Searched refs:lastChar (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp42 char ch, lastChar; local
58 lastChar = databaseHome[databaseHome.size() -1];
59 if (lastChar != '/' && lastChar != '\\')
64 lastChar = basename[basename.size() -1];
65 if (lastChar != '/' && lastChar != '\\')
H A Dexcxx_example_database_read.cpp40 char ch, lastChar; local
56 lastChar = databaseHome[databaseHome.size() -1];
57 if (lastChar != '/' && lastChar != '\\')

Completed in 92 milliseconds