| /third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
| H A D | readdir_r.c | 38 DIR *dir = opendir(name); in readdir_r_0100() local 64 DIR *dir = NULL; in readdir_r_0200() local
|
| H A D | telldir.c | 36 DIR *dir; in telldir_0100() local 65 DIR *dir = NULL; in telldir_0200() local [all...] |
| H A D | rewinddir.c | 37 DIR *dir = opendir(name); in rewinddir_0100() local 78 DIR *dir = NULL; in rewinddir_0200() local [all...] |
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_dirent.cpp | 28 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 D | check_log.c | 75 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 D | tempnam.c | 27 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 D | LPdir_unix.c | 77 DIR *dir; member
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
| H A D | FileBasedCsvLoader.java | 32 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 D | issue-1291.hpp | 8 float dir[3]; member
|
| /third_party/openssl/crypto/ |
| H A D | LPdir_unix.c | 77 DIR *dir; member
|
| /third_party/skia/tests/ |
| H A D | OSPathTest.cpp | 22 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 D | tmpfile_posix.cc | 28 char const* dir = getenv("TMPDIR"); in TmpFilePath() local
|
| /third_party/toybox/porting/liteos_a/toys/lsb/ |
| H A D | umount.c | 45 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 D | rm.c | 29 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 D | readdir.rs | 14 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 D | dirent_on_windows.c | 33 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 D | filesystem.cpp | 75 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 D | an_file_data_manager.h | 59 void SetDir(std::string dir) in SetDir() argument
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
| H A D | hiappevent_clean.cpp | 43 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 D | file_util.cpp | 41 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 D | file_operation.cpp | 31 int32_t FileOperation::CreateNodeDir(std::string dir) in CreateNodeDir() argument
|
| /base/startup/init/test/unittest/init/ |
| H A D | utils_unittest.cpp | 42 const char *dir = "/data/init_ut/mkdir_test"; in HWTEST_F() local
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_gpio.c | 60 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 D | hi_flashboot_gpio.c | 32 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 D | render_light_helper.h | 77 const BASE_NS::Math::Vec4 dir = currLight.dir; in CopySingleLight() local
|