/kernel/liteos_a/kernel/extended/blackbox/ |
H A D | los_blackbox_detector.c | 45 int UploadEventByFile(const char *filePath) in UploadEventByFile() argument
|
H A D | los_blackbox_system_adapter.c | 68 static void SaveFaultLog(const char *filePath, const char *dataBuf, size_t bufSize, struct ErrorInfo *info) in SaveFaultLog() argument
|
H A D | los_blackbox_common.c | 57 int FullWriteFile(const char *filePath, const char *buf, size_t bufSize, int isAppend) in FullWriteFile() argument 102 int SaveBasicErrorInfo(const char *filePath, const struct ErrorInfo *info) in SaveBasicErrorInfo() argument [all...] |
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
H A D | ActsMediaPlayerTest.h | 54 char filePath[FILE_PATH_LEN];
member
|
/test/xts/tools/lite/checksum/src/ |
H A D | main.c | 35 char *filePath = argv[1]; in main() local
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_user_container_004.cpp | 45 std::string filePath; in childFunc() local
|
H A D | It_uts_container_006.cpp | 46 std::string filePath = GenContainerLinkPath(childsPid, containerType); in UtsContainerTest() local
|
H A D | It_ipc_container_002.cpp | 96 std::string filePath;
in ItIpcContainer002() local
|
H A D | It_ipc_container_006.cpp | 94 std::string filePath = GenContainerLinkPath(pid, containerType); in childFunc() local
|
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
H A D | It_process_plimits_008.cpp | 41 static std::string GetFileMode(const char* filePath)
in GetFileMode() argument 58 static int IsFilePropertyR1(const char* filePath)
in IsFilePropertyR1() argument 67 std::string filePath = "/proc/plimits/";
in ItProcessPlimits008() local
|
/test/ostest/wukong/report/src/ |
H A D | exception_manager.cpp | 54 bool InitCsvFile(std::ofstream &csvFile, std::string &filePath) in InitCsvFile() argument
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsStatTest.cpp | 64 const char *filePath = TOP_DIR "/" FILE0;
in HWTEST_F() local 99 const char *filePath = TOP_DIR "/" FILE0;
in HWTEST_F() local
|
H A D | FsUnistdTest.cpp | 350 const char filePath[] = TOP_DIR "/" DIR0 "/" DIR0_FILE0; in HWTEST_F() local 395 const char filePath[] = TOP_DIR "/" DIR0 "/" DIR0_FILE0; in HWTEST_F() local
|
/test/xts/acts/multimedia_lite/utils_posix/common/src/ |
H A D | ActsTestMediaUtils.cpp | 26 string filePath = "";
in GetCurDir() local 64 string filePath = "";
in SampleSaveCapture() local
|
/test/xts/device_attest/services/devattest_ability/test/unittest/src/ |
H A D | devattest_service_test.cpp | 51 const char* filePath = "/data/service/el1/public/device_attest/ticket"; in IsTicketFileExist() local
|
/test/xts/device_attest_lite/services/core/utils/ |
H A D | attest_utils_file.c | 36 char* filePath = (char *)ATTEST_MEM_MALLOC(filePathLen); in GenFilePath() local
|
/kernel/liteos_a/apps/perf/src/ |
H A D | perf_record.c | 108 ssize_t PerfWriteFile(const char *filePath, const char *buf, ssize_t bufSize) in PerfWriteFile() argument
|
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_file.c | 37 char* filePath = (char *)ATTEST_MEM_MALLOC(filePathLen); in GenFilePath() local 55 char* filePath = GenFilePath(path, fileName); in GetFileSize() local 93 char* filePath in WriteFile() local 147 char* filePath = GenFilePath(path, fileName); ReadFile() local 243 char* filePath = GenFilePath(path, fileName); IsFileExist() local [all...] |
/test/xts/device_attest/services/oem_adapter/src/ |
H A D | device_attest_oem_file.c | 37 char* filePath = (char *)malloc(filePathLen); in OEMGenFilePath() local 55 char* filePath = OEMGenFilePath(path, fileName); in OEMGetFileSize() local 91 char* filePath = OEMGenFilePath(path, fileName); OEMWriteFile() local 139 char* filePath = OEMGenFilePath(path, fileName); OEMReadFile() local [all...] |
/test/xts/device_attest_lite/services/core/small/utils/ |
H A D | attest_utils_file_detail.c | 38 char* filePath = GenFilePath(path, fileName); in GetFileSize() local 75 char* filePath = GenFilePath(path, fileName); in WriteFile() local 134 char* filePath = GenFilePath(path, fileName); in ReadFile() local 218 char* filePath = GenFilePath(path, fileName); IsFileExist() local 248 char* filePath = GenFilePath(path, fileName); DeleteFile() local [all...] |
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_file_operator.c | 106 char filePath[PATH_MAX + 1] = {0}; in FileRead() local 149 char filePath[PATH_MAX + 1] = {0}; in FileWrite() local [all...] |
/kernel/liteos_a/kernel/extended/hidumper/ |
H A D | los_hidumper.h | 57 char filePath[PATH_MAX_LEN]; member
|
H A D | los_hidumper.c | 245 static void PrintFile(const char *filePath, const char *pHeader) in PrintFile() argument
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | ui_record.h | 101 std::string filePath; member in OHOS::uitest::InputEventCallback
|
/test/ostest/wukong/input_factory/src/ |
H A D | record_input.cpp | 94 std::string filePath = g_defaultDir + "/" + recordName + ".csv"; in InitEventRecordFile() local
|