Home
last modified time | relevance | path

Searched refs:CheckFileExist (Results 1 – 5 of 5) sorted by relevance

/base/global/i18n/interfaces/native/inner_api/zone/include/
Dzone_util.h153 bool CheckFileExist();
/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp242 if (CheckFileExist()) { in LookupTimezoneByCountryAndNITZ()
282 if (CheckFileExist()) { in LookupTimezoneByCountry()
309 bool ZoneUtil::CheckFileExist() in CheckFileExist() function in ZoneUtil
/base/update/updater/services/ptable_parse/
Dptable.h156 bool CheckFileExist(const std::string &fileName);
Dufs_ptable.cpp51 if (!CheckFileExist(ufsNode)) { in SetDeviceLunNum()
Dptable.cpp128 bool Ptable::CheckFileExist(const std::string &fileName) in CheckFileExist() function in Updater::Ptable