Home
last modified time | relevance | path

Searched defs:path (Results 1526 - 1550 of 4592) sorted by relevance

1...<<61626364656667686970>>...184

/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingPathLargeValueTest.cpp54 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local
193 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local
210 OH_Drawing_Path* path in HWTEST_F() local
[all...]
/test/xts/acts/kernel_lite/utils/
H A Dlibfs.cpp124 char *path = getcwd(path1, MAX_PATH_SIZE); in GetCurrentPath() local
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsOtherTest.cpp100 int FtwCheckDirTree(const char *path, const struct stat *sb, int flag) in FtwCheckDirTree() argument
145 int NftwCheckDirTree(const char *path, cons argument
[all...]
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_file.c48 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize() argument
86 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile() argument
134 ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) ReadFile() argument
219 CreateFile(const char* path, const char* fileName) CreateFile() argument
238 IsFileExist(const char* path, const char* fileName) IsFileExist() argument
265 ReadFileBuffer(const char* path, const char* fileName, char** outStr) ReadFileBuffer() argument
[all...]
/test/xts/device_attest/services/oem_adapter/src/
H A Ddevice_attest_oem_file.c49 int32_t OEMGetFileSize(const char* path, const char* fileName, uint32_t* result) in OEMGetFileSize() argument
85 int32_t OEMWriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in OEMWriteFile() argument
128 int32_t OEMReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in OEMReadFile() argument
207 OEMCreateFile(const char* path, const char* fileName) OEMCreateFile() argument
[all...]
/test/xts/device_attest_lite/services/core/small/utils/
H A Dattest_utils_file_detail.c31 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize() argument
69 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile() argument
121 ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) ReadFile() argument
164 CreateFile(const char* path, const char* fileName) CreateFile() argument
213 IsFileExist(const char* path, const char* fileName) IsFileExist() argument
240 DeleteFile(const char* path, const char* fileName) DeleteFile() argument
[all...]
/test/xts/acts/storage/storagefilesharendktest/entry/src/main/cpp/
H A Dfileshare.cpp28 char path[] = in FileShare_001() local
67 char path[] = in FileShare_003() local
87 char path[] = in FileShare_004() local
109 char path[] in FileShare_005() local
[all...]
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_file_operator.c44 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFileNameLen) in GetFileName() argument
69 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName() argument
261 HksTestFileRemove(const char *path, const char *fileName) HksTestFileRemove() argument
273 HksTestFileRead(const char *path, const char *fileName, uint32_t offset, uint8_t *buf, uint32_t len) HksTestFileRead() argument
290 HksTestFileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) HksTestFileWrite() argument
307 HksTestFileSize(const char *path, const char *fileName) HksTestFileSize() argument
[all...]
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dlibfs.cpp133 string path = getcwd(path1, MAX_PATH_SIZE); in GetCurrentPath() local
/test/xts/hats/kernel/syscalls/fileio/fchownat/
H A DFchownatApiTest.cpp107 char path[PATH_MAX_LEN]; in HWTEST_F() local
166 char path[PATH_MAX_LEN]; in HWTEST_F() local
209 char path[PATH_MAX_LEN]; HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/fileio/fchmodat/
H A DFchmodatApiTest.cpp79 char path[PATH_MAX_LEN]; in HWTEST_F() local
131 char path[PATH_MAX_LEN]; in HWTEST_F() local
162 char path[PATH_MAX_LEN]; in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dg722.h58 int path; member
/third_party/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c76 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in __libdwfl_open_by_build_id() local
/third_party/elfutils/tests/
H A Dget-lines.c115 const char *path = dwarf_filesrc (files, idx, NULL, NULL); in main() local
H A Dnext-lines.c93 const char *path = dwarf_filesrc (files, idx, NULL, NULL); in main() local
/third_party/eudev/src/shared/
H A Dconf-files.c49 static int files_add(Hashmap *h, const char *root, const char *path, const char *suffix) { in files_add() argument
/third_party/ffmpeg/libavformat/
H A Dgopher.c45 static int gopher_connect(URLContext *h, const char *path) in gopher_connect() argument
82 char proto[10], hostname[1024], auth[1024], path[1024], buf[1024]; in gopher_open() local
[all...]
H A Dsapdec.c65 char host[1024], path[1024], url[1024]; in sap_read_header() local
/third_party/ffmpeg/libavformat/tests/
H A Dimf.c448 const char *path; member
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getalt.c63 char *path = malloc (len); in __libdw_filepath() local
80 char *path = malloc (len); in __libdw_filepath() local
[all...]
/third_party/gn/src/base/files/
H A Dfile_enumerator_posix.cc19 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat() argument
/third_party/gn/src/gn/
H A Dbuild_settings.cc57 base::FilePath BuildSettings::GetFullPath(const std::string& path, in GetFullPath() argument
71 base::FilePath BuildSettings::GetFullPathSecondary(const std::string& path, in GetFullPathSecondary() argument
/third_party/ffmpeg/libavutil/
H A Dwchar_filename.h104 static inline int path_is_extended(const wchar_t *path) in path_is_extended() argument
118 static inline int path_is_device_path(const wchar_t *path) in path_is_device_path() argument
244 get_extended_win32_path(const char *path, wchar_t **ppath_w) get_extended_win32_path() argument
[all...]
/third_party/alsa-utils/alsactl/
H A Dinit_sysfs.c27 char path[PATH_SIZE]; member
75 const char *path; in sysfs_attr_get_value() local
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Dspooler.c43 char path [PATH_MAX] = ""; in init_cups() local
[all...]

Completed in 11 milliseconds

1...<<61626364656667686970>>...184