/aosp_15_r20/device/google/zuma/dumpstate/ |
D | dump_power.cpp | 66 DIR *dir = opendir(directory); in isValidDir() local 82 DIR *dir = opendir(directory); in getFilesInDir() local 159 DIR *dir = opendir("/sys/class/power_supply/"); in dumpTcpmPsyUevent() local 346 DIR *dir = opendir(config[1]); in dumpBatteryDefend() local 397 DIR *dir = opendir(config[1]); in dumpBatteryCaretaker() local 433 DIR *dir = opendir(debugfs.c_str()); in printValuesOfDirectory() local 563 DIR *dir = opendir(stat[1]); in dumpChargerStats() local
|
/aosp_15_r20/external/cronet/base/fuchsia/ |
H A D | file_utils_unittest.cc | 24 auto dir = OpenDirectoryHandle(temp_dir.GetPath()); in TEST_F() local 31 auto dir = in TEST_F() local 40 auto dir = OpenDirectoryHandle(file_path); in TEST_F() local
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
H A D | Utils.java | 104 public static File makeUniqueFile(File dir) { in makeUniqueFile() 136 public static long getSizeManual(File dir) throws Exception { in getSizeManual() 140 public static long getSizeManual(File dir, boolean excludeObb) throws Exception { in getSizeManual() 171 public static boolean deleteContents(File dir) { in deleteContents()
|
H A D | Hoarder.java | 41 final File dir = new File(args[2]); in main() local 60 public static void doBlocks(File dir, boolean oneshot) throws IOException { in doBlocks() 100 public static void doInodes(File dir, boolean oneshot) throws IOException { in doInodes()
|
/aosp_15_r20/external/autotest/tko/parsers/ |
H A D | version_0.py | 21 def __init__(self, dir): argument 27 def load_from_dir(cls, dir): argument 140 def load_from_dir(dir, verify_ident=None): argument 323 def make_job(dir): argument
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotificationTest.java | 132 int dir = BluetoothShare.DIRECTION_INBOUND; in updateActiveNotification() local 213 int dir = BluetoothShare.DIRECTION_OUTBOUND; in updateCompletedNotification_withOutBoundShare_showsNoti() local 293 int dir = BluetoothShare.DIRECTION_INBOUND; in updateCompletedNotification_withInBoundShare_showsNoti() local 370 int dir = BluetoothShare.DIRECTION_INBOUND; in updateIncomingFileConfirmationNotification() local
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/ |
H A D | Utils.java | 43 File dir = new File(path); in createDirectory() local 48 public static void createDirectory(File dir) { in createDirectory() 57 public static File createFile(String dir, String fileName) throws IOException { in createFile()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/ |
D | buildgo.go | 47 func mkzdefaultcc(dir, file string) { argument 117 func mkzcgo(dir, file string) { argument 131 func mktzdata(dir, file string) { argument
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | rebuild.c | 28 static struct erofs_dentry *erofs_rebuild_mkdir(struct erofs_inode *dir, in erofs_rebuild_mkdir() 270 struct erofs_inode *dir = ctx->dir; in erofs_rebuild_dirent_iter() local 438 struct erofs_inode *dir = ctx->dir; in erofs_rebuild_basedir_dirent_iter() local 481 int erofs_rebuild_load_basedir(struct erofs_inode *dir) in erofs_rebuild_load_basedir()
|
/aosp_15_r20/external/arm-trusted-firmware/lib/debugfs/ |
H A D | devroot.c | 31 int n, dir_t *dir) in rootgen() 64 dir_t *dir; in rootread() local 82 static int rootstat(chan_t *channel, const char *file, dir_t *dir) in rootstat()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/debugfs/ |
D | devroot.c | 31 int n, dir_t *dir) in rootgen() 64 dir_t *dir; in rootread() local 82 static int rootstat(chan_t *channel, const char *file, dir_t *dir) in rootstat()
|
/aosp_15_r20/external/libdav1d/src/ppc/ |
H A D | cdef_tmpl.c | 364 const int pri_strength, const int sec_strength, const int dir, in filter_4xN() 421 const int pri_strength, const int dir, in filter_4xN_pri() 449 const int sec_strength, const int dir, in filter_4xN_sec() 483 const int pri_strength, const int sec_strength, const int dir, in filter_8xN() 542 const int pri_strength, const int dir, in filter_8xN_pri() 570 const int sec_strength, const int dir, in filter_8xN_sec()
|
/aosp_15_r20/external/fsck_msdos/ |
H A D | dir.c | 164 fullpath(struct dosDirEntry *dir) in fullpath() 388 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize() 477 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) in check_subdirectory() 549 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) in readDosDirSection() 1059 struct dosDirEntry *dir = pendingDirectories->dir; in handleDirTree() local
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_namespaces.cpp | 49 for (const auto& dir : ld_library_paths_) { in is_accessible() local 55 for (const auto& dir : default_library_paths_) { in is_accessible() local 61 for (const auto& dir : permitted_paths_) { in is_accessible() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | rt_handle_block_on.rs | 324 let dir = tempfile::tempdir().unwrap(); localVariable 346 let dir = tempfile::tempdir().unwrap(); localVariable 368 let dir = tempfile::tempdir().unwrap(); localVariable 433 let dir = tempfile::tempdir().unwrap(); localVariable
|
/aosp_15_r20/frameworks/multidex/library/src/androidx/multidex/ |
H A D | ZipUtil.java | 57 CentralDirectory dir = findCentralDirectory(raf); in getZipCrc() local 99 CentralDirectory dir = new CentralDirectory(); in findCentralDirectory() local 106 static long computeCrcOfCentralDir(RandomAccessFile raf, CentralDirectory dir) in computeCrcOfCentralDir()
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/emitters/ |
H A D | CodeWriter.java | 48 private final String dir; field in CodeWriter 59 public CodeWriter(String dir, String file) { in CodeWriter() 73 public CodeWriter(String dir, String file, String fileNameSuffix) { in CodeWriter()
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/ |
D | WatchDir.java | 66 private void register(Path dir) throws IOException { in register() 93 WatchDir(Path dir, boolean recursive) throws IOException { in WatchDir() 182 Path dir = Paths.get(args[dirArg]); in main() local
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/ |
D | WatchDir.java | 66 private void register(Path dir) throws IOException { in register() 93 WatchDir(Path dir, boolean recursive) throws IOException { in WatchDir() 182 Path dir = Paths.get(args[dirArg]); in main() local
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/ |
H A D | AppCloningDeviceTest.java | 53 final File dir = new File(dirPath); in testInsertFilesInDirectoryViaMediaProvider() local 66 final File dir = new File(dirPath); in testInsertFilesInDirectoryViaMediaProviderWithPathSpecified() local 80 final File dir = new File(dirPath); in testGetFilesInDirectoryViaMediaProviderRespectsUserId() local
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/platform/fuchsia/ |
H A D | os_dirent_fuchsia.cpp | 76 auto dir = new os_dir(); in os_opendir() local 86 int os_closedir(os_dir_t* dir) { in os_closedir() 91 struct os_dirent* os_readdir(os_dir_t* dir) { in os_readdir()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/ |
H A D | create_directory.pass.cpp | 58 const path dir = env.create_dir("dir1"); in TEST_CASE() local 70 const path dir = env.make_env_path("dir1"); in TEST_CASE() local 84 const path dir = env.make_env_path("dir1/dir2"); in TEST_CASE() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/intel/soc/common/drivers/ccu/ |
H A D | ncore_ccu.c | 35 uint32_t dir, sf, ret; in directory_init() local 62 uint32_t dir, ca, ca_id, ca_type, ca_snoop_en; in coherent_agent_intfc_init() local 84 uint32_t poll_active_bit(uint32_t dir) in poll_active_bit()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testdir.c | 255 apr_dir_t *dir; in test_opendir() local 265 apr_dir_t *dir; in test_opendir_notthere() local 274 apr_dir_t *dir; in test_closedir() local 284 apr_dir_t *dir; in test_rewind() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/ |
H A D | is_empty.pass.cpp | 84 const path dir = env.create_dir("dir"); in test_is_empty_fails() local 103 const path dir = GetWindowsInaccessibleDir(); in test_directory_access_denied() local 107 const path dir = env.create_dir("dir"); in test_directory_access_denied() local
|