Home
last modified time | relevance | path

Searched defs:dir (Results 201 - 225 of 3979) sorted by relevance

12345678910>>...160

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dreaddir_r.c38 DIR *dir = opendir(name); in readdir_r_0100() local
64 DIR *dir = NULL; in readdir_r_0200() local
H A Dtelldir.c36 DIR *dir; in telldir_0100() local
65 DIR *dir = NULL; in telldir_0200() local
[all...]
H A Drewinddir.c37 DIR *dir = opendir(name); in rewinddir_0100() local
78 DIR *dir = NULL; in rewinddir_0200() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_dirent.cpp28 DIR *dir = opendir("/dev/block"); in Bm_function_Opendir() local
41 const char* dir = "/dev/block"; in Bm_function_ScanDir() local
61 DIR *dir = opendir("/dev/block"); in Bm_function_Closedir() local
73 DIR *dir in Bm_function_Readdir() local
96 DIR *dir = fdopendir(fd); Bm_function_Fdopendir() local
107 DIR *dir = opendir("/data/local"); Bm_function_Rewinddir() local
[all...]
/third_party/musl/libc-test/src/common/
H A Dcheck_log.c75 DIR *dir = opendir(log_dir); in find_and_check_file() local
99 DIR *dir = opendir(log_dir); in clear_log() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dtempnam.c27 char *dir = "/data"; in tempnam_0100() local
45 char *dir = "/data"; in tempnam_0200() local
60 char *dir = "/file"; in tempnam_0300() local
78 char *dir = "/file/a.txt"; in tempnam_0400() local
96 char *dir = NULL; tempnam_0500() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_unix.c77 DIR *dir; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFileBasedCsvLoader.java32 public static FileBasedCsvLoader using(Path dir) throws IOException { in using() argument
65 private static Path csvFile(Path dir, String name) { in csvFile() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-1291.hpp8 float dir[3]; member
/third_party/openssl/crypto/
H A DLPdir_unix.c77 DIR *dir; member
/third_party/skia/tests/
H A DOSPathTest.cpp22 static void test_dir_with_file(skiatest::Reporter* reporter, SkString dir, in test_dir_with_file() argument
[all...]
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dtmpfile_posix.cc28 char const* dir = getenv("TMPDIR"); in TmpFilePath() local
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dumount.c45 static void do_umount(char *dir, char *dev, int flags) in do_umount() argument
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Drm.c29 DIR *dir = NULL; in toybox_cmd_do_rmdir() local
75 int fd=dirtree_parentfd(try), dir=S_ISDIR(try->st.st_mode), or=0; in do_rm() local
[all...]
/third_party/rust/crates/rustix/tests/fs/
H A Dreaddir.rs14 let mut dir = Dir::read_from(dirfd).expect("construct Dir from dirfd"); in dir_entries() variables
83 let mut dir in test_raw_dir() variables
[all...]
/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.c33 DIR *dir = 0; in opendir() local
67 closedir(const VkAllocationCallbacks *pAllocator, DIR *dir) closedir() argument
87 readdir(DIR *dir) readdir() argument
102 rewinddir(DIR *dir) rewinddir() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dfilesystem.cpp75 DIR* dir = opendir(path.c_str()); in RemoveAll() local
112 std::string dir = realPath.substr(0, index); in CreateEmptyFile() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_data_manager.h59 void SetDir(std::string dir) in SetDir() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_clean.cpp43 void CreateCleaners(const std::string& dir, std::vector<std::shared_ptr<AppEventCleaner>>& cleaners) in CreateCleaners() argument
49 uint64_t GetCurStorageSize(const std::string& dir) in GetCurStorageSize() argument
60 bool IsStorageSpaceFull(const std::string& dir, uint64_t maxSize) in IsStorageSpaceFull() argument
65 bool ReleaseSomeStorageSpace(const std::string& dir, uint64_t maxSize) in ReleaseSomeStorageSpace() argument
80 ClearData(const std::string& dir) ClearData() argument
99 std::string dir = HiAppEventConfig::GetInstance().GetStorageDir(); CheckStorageSpace() local
[all...]
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dfile_util.cpp41 bool IsDirectory(const std::string& dir) in IsDirectory() argument
52 bool RemoveDirectory(const std::string& dir) in RemoveDirectory() argument
57 bool ForceCreateDirectory(const std::string& dir) in ForceCreateDirectory() argument
76 GetFilePathByDir(const std::string& dir, const std::string& fileName) GetFilePathByDir() argument
[all...]
/base/powermgr/thermal_manager/utils/native/src/
H A Dfile_operation.cpp31 int32_t FileOperation::CreateNodeDir(std::string dir) in CreateNodeDir() argument
/base/startup/init/test/unittest/init/
H A Dutils_unittest.cpp42 const char *dir = "/data/init_ut/mkdir_test"; in HWTEST_F() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_gpio.c60 int osal_gpio_set_direction(unsigned int gpio, unsigned int dir) in osal_gpio_set_direction() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/gpio/
H A Dhi_flashboot_gpio.c32 hi_u32 hi_gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir) in hi_gpio_get_dir() argument
88 hi_u32 hi_gpio_set_dir(hi_gpio_idx id, hi_gpio_dir dir) in hi_gpio_set_dir() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_light_helper.h77 const BASE_NS::Math::Vec4 dir = currLight.dir; in CopySingleLight() local

Completed in 7 milliseconds

12345678910>>...160