Searched refs:basePath (Results 1 – 7 of 7) sorted by relevance
/base/startup/init/test/fuzztest/modulemgrscan_fuzzer/ |
D | modulemgrscan_fuzzer.cpp | 25 std::string basePath("/lib/init/autorun"); in FuzzModuleMgrScan() local 26 basePath += str; in FuzzModuleMgrScan() 27 if (ModuleMgrScan(basePath.c_str()) != nullptr) { in FuzzModuleMgrScan()
|
/base/security/code_signature/utils/include/ |
D | file_helper.h | 25 bool CheckFilePathValid(const std::string &path, const std::string &basePath);
|
/base/update/updater/test/unittest/applypatch_test/ |
D | imagepatch_unittest.h | 97 std::string basePath = "/data/updater/imgpatch"; in SetUp() local 98 Updater::Utils::MkdirRecursive(basePath, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in SetUp()
|
/base/powermgr/battery_manager/charger/include/ |
D | power_supply_provider.h | 64 …void FormatPath(std::string& path, size_t size, const char* format, const char* basePath, const ch…
|
/base/startup/appspawn/util/src/ |
D | appspawn_utils.c | 268 int ParseJsonConfig(const char *basePath, const char *fileName, ParseConfig parseConfig, ParseJsonC… in ParseJsonConfig() argument 270 APPSPAWN_CHECK_ONLY_EXPER(basePath != NULL, return APPSPAWN_ARG_INVALID); in ParseJsonConfig() 276 CfgFiles *files = GetCfgFiles(basePath); in ParseJsonConfig()
|
/base/powermgr/battery_manager/charger/src/ |
D | power_supply_provider.cpp | 89 … std::string& path, size_t size, const char* format, const char* basePath, const char* name) const in FormatPath() argument 97 if (snprintf_s(buff, PATH_MAX, size - 1, format, basePath, name) == -1) { in FormatPath()
|
/base/startup/appspawn/modules/sandbox/ |
D | sandbox_utils.cpp | 1590 const char basePath[] = "/base"; in IsUnlockStatus() local 1591 size_t allPathSize = strlen(rootPath) + strlen(basePath) + 1 + USER_ID_SIZE; in IsUnlockStatus() 1594 int len = sprintf_s(path, allPathSize, "%s%u%s", rootPath, uid, basePath); in IsUnlockStatus()
|