| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | swapndk.cpp | 31 const char *path = "/data/storage/el2/base/files/Fzl.txt";
in SwapOn() local 43 const char *path = "/data/storage/el2/base/files/Fzl.txt";
in SwapOff() local
|
| /test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
| H A D | RelationalStoreAssetResultSetJsunit.test.js | [all...] |
| /test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
| H A D | global_test.cpp | 68 const char *path = resPath.c_str(); in GetResId() local
|
| /test/xts/device_attest_lite/services/core/mini/utils/ |
| H A D | attest_utils_file_detail.c | 60 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize() argument 73 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile() argument 105 int32_t ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in ReadFile() argument 133 int32_t CreateFile(const char* path, const char* fileName) in CreateFile() argument 147 bool IsFileExist(const char* path, cons argument 161 DeleteFile(const char* path, const char* fileName) DeleteFile() argument [all...] |
| /test/xts/acts/storage/storagefileurindktest/entry/src/main/cpp/ |
| H A D | getpathfromuri.cpp | 30 char path[] = "/data/storage/el2/base/files/test1.txt"; in GetUriFromPath() local
|
| /test/xts/hats/kernel/syscalls/fileio/chdir/ |
| H A D | ChdirApiTest.cpp | 65 char path[PATH_MAX_LEN]; in HWTEST_F() local 85 char path[PATH_MAX_LEN]; in HWTEST_F() local 107 char path[PATH_MAX_LEN]; in HWTEST_F() local 130 char path[PATH_MAX_LEN]; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/fchdir/ |
| H A D | FchdirApiTest.cpp | 68 char path[PATH_MAX_LEN] = { 0 }; in HWTEST_F() local
|
| /test/xts/hats/kernel/syscalls/fileio/mkdirat/ |
| H A D | MkdiratApiTest.cpp | 74 char path[MAX_LEN] = { 0 }; in HWTEST_F() local 127 const char *path = "/data/local/tmp/abcd/abcd"; in HWTEST_F() local
|
| /test/xts/hats/kernel/syscalls/fileio/faccessat/ |
| H A D | FaccessatApiTest.cpp | 70 char path[PATH_MAX_LEN]; in HWTEST_F() local
|
| /test/xts/hats/kernel/syscalls/fileio/mknodat/ |
| H A D | MknodatApiTest.cpp | 103 const char *path = "/data/local/tmp/abcd/abcd"; in HWTEST_F() local
|
| /third_party/ffmpeg/compat/ |
| H A D | w32dlfcn.h | 33 wchar_t *path = NULL, *new_path; in get_module_filename() local 73 wchar_t *path in win32_dlopen() local [all...] |
| /third_party/eudev/src/shared/ |
| H A D | smack-util.c | 48 int mac_smack_apply(const char *path, const char *label) { in mac_smack_apply() argument 150 int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) { in mac_smack_fix() argument [all...] |
| /third_party/ffmpeg/libavformat/tests/ |
| H A D | url.c | 88 char path[256]; in test2() local
|
| /third_party/curl/src/ |
| H A D | tool_findfile.c | 81 char *path = strdup(c); in checkhome() local 115 char *path; in findfile() local
|
| /third_party/glslang/gtests/ |
| H A D | TestFixture.cpp | 124 std::pair<bool, std::string> ReadFile(const std::string& path) in ReadFile() argument 139 std::pair<bool, std::vector<std::uint32_t> > ReadSpvBinaryFile(const std::string& path) in ReadSpvBinaryFile() argument 165 bool WriteFile(const std::string& path, const std::string& contents) in WriteFile() argument
|
| /third_party/glslang/StandAlone/ |
| H A D | DirStackFileIncluder.h | 113 std::string path = *it + '/' + headerName; in readLocalPath() local 134 newIncludeResult(const std::string& path, std::ifstream& file, int length) const newIncludeResult() argument [all...] |
| /third_party/curl/lib/ |
| H A D | curl_path.c | 118 CURLcode Curl_get_pathname(const char **cpp, char **path, char *homedir) in Curl_get_pathname() argument 38 Curl_getworkingpath(struct Curl_easy *data, char *homedir, char **path) Curl_getworkingpath() argument [all...] |
| H A D | gopher.c | 137 char *path = data->state.up.path; in gopher_do() local
|
| H A D | ftplistparser.h | 60 char *path; /* path to the directory, where we trying wildcard-match */ member
|
| H A D | http_digest.c | 77 unsigned char *path = NULL; in Curl_output_digest() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | restrace.cpp | 94 void FileTracer::traceOpen(const char* path, const char* type, const char* name) { in traceOpen() argument 102 void FileTracer::traceOpenDataFile(const char* path, const char* type, const char* name) { in traceOpenDataFile() argument 117 void FileTracer::traceOpenResFile(const char* path, const char* name) { in traceOpenResFile() argument
|
| /third_party/NuttX/fs/vfs/ |
| H A D | fs_symlink.c | 36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath)
in follow_symlink() argument 93 int do_symlink(const char *target, int newfd, const char *path)
in do_symlink() argument 171 int symlink(const char *target, const char *path)
in symlink() argument 176 int symlinkat(const char *target, int newdirfd, const char *path)
in symlinkat() argument [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | AlternateLocaleDataTest.java | 159 private static CldrValue ldml(String path, String value) { in ldml() argument
|
| H A D | RbPathTest.java | 101 private static void assertBadPath(String path, String errorSnippet) { in assertBadPath() argument [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
| H A D | SupplementalMapperTest.java | 90 private static Result simpleResult(String path, String value) { in simpleResult() argument 94 private static CldrValue supplementalData(String path) { in supplementalData() argument
|