Home
last modified time | relevance | path

Searched full:target_path (Results 1 – 4 of 4) sorted by relevance

/base/startup/init/test/unittest/modules/
Deng_unittest.cpp34 static const std::string TARGET_PATH = STARTUP_INIT_UT_PATH"/eng/link_name"; variable
110 isExist = IsDirExist(TARGET_PATH.c_str());
112 isDel = RemoveDir(TARGET_PATH.c_str());
115 DebugFilesOverlay(ENG_ROOT_PATH.c_str(), TARGET_PATH.c_str());
121 DebugFilesOverlay(SRC_FILE_PATH.c_str(), TARGET_PATH.c_str());
126 if (IsFileExistWithType(TARGET_PATH.c_str(), TYPE_LINK)) {
127 if (unlink(TARGET_PATH.c_str()) < 0) {
131 int ret = symlink(ENG_ROOT_PATH.c_str(), TARGET_PATH.c_str());
133 isExist = IsFileExistWithType(TARGET_PATH.c_str(), TYPE_LINK);
135 DebugFilesOverlay(TARGET_PATH.c_str(), ENG_ROOT_PATH.c_str());
[all …]
/base/startup/appspawn/modules/sysevent/
Dhisysevent_adapter.cpp37 constexpr const char* TARGET_PATH = "TARGET_PATH"; variable
166 TARGET_PATH, targetPath, in ReportMountFail()
/base/startup/appspawn/
Dhisysevent.yaml21 TARGET_PATH: {type: STRING, desc: Target Path For Mount Failed}
/base/startup/init/services/modules/seccomp/scripts/tools/
Dcollect_elf_syscall.py45 target_path = '{}{}'.format(locate_path, elf_file_name)
48 with os.fdopen(os.open(target_path, flags, modes), 'w') as output_file:
51 return target_path