Home
last modified time | relevance | path

Searched refs:DumpCurrentDir (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_module_interface_test.cpp312 DumpCurrentDir(path, sizeof(path), APPSPAWN_BASE_DIR "/test_appspawn/"); in HWTEST_F()
313 DumpCurrentDir(path, sizeof(path), nullptr); in HWTEST_F()
314 DumpCurrentDir(path, 0, nullptr); in HWTEST_F()
315 DumpCurrentDir(path, 0, APPSPAWN_BASE_DIR "/test_appspawn/"); in HWTEST_F()
316 DumpCurrentDir(nullptr, sizeof(path), APPSPAWN_BASE_DIR "/test_appspawn/"); in HWTEST_F()
317 DumpCurrentDir(nullptr, sizeof(path), nullptr); in HWTEST_F()
/base/startup/appspawn/util/include/
H A Dappspawn_utils.h135 void DumpCurrentDir(char *buffer, uint32_t bufferLen, const char *dirPath);
/base/startup/appspawn/util/src/
H A Dappspawn_utils.c316 void DumpCurrentDir(char *buffer, uint32_t bufferLen, const char *dirPath) in DumpCurrentDir() function
335 DumpCurrentDir(buffer, bufferLen, path); in DumpCurrentDir()

Completed in 2 milliseconds