Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 7 of 7) sorted by relevance

/base/startup/init/test/fuzztest/modulemgrscan_fuzzer/
Dmodulemgrscan_fuzzer.cpp25 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/
Dfile_helper.h25 bool CheckFilePathValid(const std::string &path, const std::string &basePath);
/base/update/updater/test/unittest/applypatch_test/
Dimagepatch_unittest.h97 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/
Dpower_supply_provider.h64 …void FormatPath(std::string& path, size_t size, const char* format, const char* basePath, const ch…
/base/startup/appspawn/util/src/
Dappspawn_utils.c268 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/
Dpower_supply_provider.cpp89 … 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/
Dsandbox_utils.cpp1590 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()