Home
last modified time | relevance | path

Searched defs:path (Results 3576 - 3600 of 4592) sorted by relevance

1...<<141142143144145146147148149150>>...184

/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp154 string path = "/" + uri.GetAuthority() + uri.GetPath(); in GetBundleNameFromUri() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp181 std::string path = "path"; in HWTEST_F() local
204 std::string path; in HWTEST_F() local
236 std::string path; in HWTEST_F() local
277 std::string path = "cachedPath"; HWTEST_F() local
312 std::string path = "cachedPath"; HWTEST_F() local
[all...]
H A Dscene_session_manager_test4.cpp1263 std::string path = "testPath"; in HWTEST_F() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstatndk.cpp126 char path[] = "/data/storage/el2/base/files/Utimensat.txt"; in Utimensat() local
144 char path[] = "/data/storage/el2/base/files/modAt.txt"; in FchModAt() local
156 char path[] = "/data/storage/el2/base/files/mod.txt"; in FchMod() local
169 char path[] = "/data/storage/el2/base/files/Fzl.txt"; Creat() local
184 char path[] = "/data/storage/el2/base/files/Fzl.txt"; Creat64() local
211 char path[SIZE_64] = {PARAM_0}; Fstat() local
229 char path[SIZE_64] = {PARAM_0}; Fstat64() local
247 char path[SIZE_64] = {PARAM_0}; Fstatat() local
265 char path[SIZE_64] = {PARAM_0}; Fstatat64() local
296 char path[length]; MkFifoAt() local
323 char path[length]; MkNodAt() local
371 char path[] = "/data/storage/el2/base/files/mkdir1"; MkDir() local
388 char path[] = "/data/storage/el2/base/files/mkdirat1"; MkDirAt() local
402 char path[BUFSIZE] = {PARAM_0}; MkFiFo() local
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_cursor_test.cpp933 char path[10] = ""; in SUB_DDM_RDB_CURSOR_2200() local
996 char path[10] = ""; in SUB_DDM_RDB_CURSOR_2300() local
1095 char path[1 in SUB_DDM_RDB_CURSOR_2500() local
[all...]
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasTest.cpp105 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local
168 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local
460 OH_Drawing_Path *path = OH_Drawing_PathCreate(); HWTEST_F() local
938 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
[all...]
/test/xts/acts/graphic/graphicvulkannapitest/
H A DVulkanTest.cpp107 const char *path = "/system/lib64/libvulkan.so"; in DLOpenLibVulkan() local
/test/xts/acts/multimedia/audio/audio_cpp_standard/openslesPlayerNdk/
H A DActsOpenslesPlayerNdkTest.cpp421 char path[PATH_MAX + 1] = {0x00}; in HWTEST_F() local
468 char path[PATH_MAX + 1] = {0x00}; in HWTEST_F() local
[all...]
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp331 string path = GetCurDir(); in StartRecord() local
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp42 char path[PATH_MAX] = {0}; in DumpImageFile() local
/third_party/ffmpeg/libavcodec/
H A Dadpcmenc.c62 int path; member
/third_party/eudev/src/libudev/
H A Dlibudev-enumerate.c170 char *path; in syspath_add() local
659 char path[UTIL_PATH_SIZE]; in scan_dir_and_add_devices() local
746 char path[UTIL_PATH_SIZE]; scan_dir() local
799 char path[UTIL_PATH_SIZE]; scan_devices_tags() local
835 parent_add_child(struct udev_enumerate *enumerate, const char *path) parent_add_child() argument
861 parent_crawl_children(struct udev_enumerate *enumerate, const char *path, int maxdepth) parent_crawl_children() argument
891 const char *path; scan_devices_children() local
[all...]
/third_party/f2fs-tools/fsck/
H A Ddir.c820 int f2fs_find_path(struct f2fs_sb_info *sbi, char *path, nid_t *ino) in f2fs_find_path() argument
H A Ddump.c479 char path[1024] = {0}; in dump_file() local
/third_party/curl/tests/server/
H A Dutil.c202 const char *path = "."; variable
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c443 char *path = av_asprintf("%s/%s.so", dir, soname); in try_load() local
H A Dvf_frei0r.c176 char *path = av_asprintf("%s%s%s", prefix, name, SLIBSUF); in load_path() local
192 char *path; in frei0r_init() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dlibsrt.c390 char hostname[1024],proto[1024],path[1024]; in libsrt_setup() local
H A Drtspdec.c453 char host[128], path[512], auth[128]; in parse_command_line() local
652 char proto[128], host[128], path[512], auth[128]; in rtsp_listen() local
H A Dmmst.c91 char path[256]; ///< Path of the resource being asked for. member
H A Dutils.c294 int av_get_frame_filename2(char *buf, int buf_size, const char *path, int number, int flags) in av_get_frame_filename2() argument
352 int av_get_frame_filename(char *buf, int buf_size, const char *path, int number) in av_get_frame_filename() argument
420 int ff_mkdir_p(const char *path) in ff_mkdir_p() argument
357 av_url_split(char *proto, int proto_size, char *authorization, int authorization_size, char *hostname, int hostname_size, int *port_ptr, char *path, int path_size, const char *url) av_url_split() argument
[all...]
/third_party/curl/lib/
H A Dsmtp.c1715 const char *path = &data->state.up.path[1]; /* skip leading path */ in smtp_parse_url_path() local
[all...]
/third_party/glslang/gtests/
H A DTestFixture.h122 void tryLoadFile(const std::string& path, const std::string& tag, in tryLoadFile() argument
127 ASSERT_TRUE(fileReadOk) << "Cannot open " << tag << " file: " << path; in tryLoadFile() local
132 tryLoadSpvFile(const std::string& path, const std::string& tag, std::vector<uint32_t>& contents) tryLoadSpvFile() argument
137 ASSERT_TRUE(fileReadOk) << "Cannot open " << tag << " file: " << path; tryLoadSpvFile() local
[all...]
/third_party/gn/src/base/files/
H A Dfile_util_win.cc56 DWORD DeleteFileRecursive(const FilePath& path, in DeleteFileRecursive() argument
101 DWORD DoDeleteFile(const FilePath& path, bool recursive) { in DoDeleteFile() argument
200 DeleteFile(const FilePath& path, bool recursive) RandomDataToGUIDString() argument
213 DeleteFileAfterReboot(const FilePath& path) RandomDataToGUIDString() argument
250 PathExists(const FilePath& path) PathExists() argument
255 PathIsWritable(const FilePath& path) PathIsWritable() argument
267 DirectoryExists(const FilePath& path) DirectoryExists() argument
274 GetTempDir(FilePath* path) GetTempDir() argument
419 NormalizeFilePath(const FilePath& path, FilePath* real_path) NormalizeFilePath() argument
476 NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) NormalizeToNativeFilePath() argument
651 GetMaximumPathComponentLength(const FilePath& path) GetMaximumPathComponentLength() argument
[all...]
/third_party/backends/backend/
H A Dcanon_pp.c1749 char *tmp, *path; in init_cal() local

Completed in 35 milliseconds

1...<<141142143144145146147148149150>>...184