/external/autotest/client/common_lib/cros/ |
D | smbprovider.py | 138 def create_directory(self, mount_id, directory_path, recursive): argument 151 logging.info("Creating directory: %s", directory_path) 158 proto.directory_path = directory_path 167 def read_directory(self, mount_id, directory_path): argument 179 logging.info("Reading directory: %s", directory_path) 187 proto.directory_path = directory_path
|
/external/cronet/stable/components/cronet/license/ |
D | create_android_metadata_license.py | 48 def _create_metadata_file(repo_path: str, directory_path: str, content: str, 53 metadata = Path(os.path.join(directory_path, "METADATA")) 74 def _create_module_license_file(repo_path: str, directory_path: str, 79 license_file = Path(os.path.join(directory_path, 89 def _maybe_create_license_file_symlink(directory_path: str, 93 license_symlink_path = Path(os.path.join(directory_path, "LICENSE")) 135 for directory_path in processed_build_files_path:
|
/external/cronet/tot/components/cronet/license/ |
D | create_android_metadata_license.py | 48 def _create_metadata_file(repo_path: str, directory_path: str, content: str, 53 metadata = Path(os.path.join(directory_path, "METADATA")) 74 def _create_module_license_file(repo_path: str, directory_path: str, 79 license_file = Path(os.path.join(directory_path, 89 def _maybe_create_license_file_symlink(directory_path: str, 93 license_symlink_path = Path(os.path.join(directory_path, "LICENSE")) 135 for directory_path in processed_build_files_path:
|
/external/bazelbuild-rules_python/python/private/pypi/whl_installer/ |
D | namespace_pkgs.py | 39 directory_path = Path(directory) 43 lambda t: (Path(t[0]), *t[1:]), os.walk(directory_path, topdown=False) 68 dirpath != directory_path
|
/external/ltp/testcases/kernel/syscalls/getcpu/ |
D | getcpu01.c | 76 char directory_path[PATH_MAX]; in get_nodeid() local 94 sprintf(directory_path, "/sys/devices/system/node/%s", in get_nodeid() 96 directory_node = opendir(directory_path); in get_nodeid()
|
/external/grpc-grpc/src/core/lib/gprpp/windows/ |
D | directory_reader.cc | 45 explicit DirectoryReaderImpl(absl::string_view directory_path) in DirectoryReaderImpl() argument 46 : directory_path_(directory_path) {} in DirectoryReaderImpl()
|
/external/grpc-grpc/src/core/lib/gprpp/posix/ |
D | directory_reader.cc | 45 explicit DirectoryReaderImpl(absl::string_view directory_path) in DirectoryReaderImpl() argument 46 : directory_path_(directory_path) {} in DirectoryReaderImpl()
|
/external/libchrome/base/files/ |
D | dir_reader_linux.h | 33 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument 34 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
|
D | dir_reader_fallback.h | 14 explicit DirReaderFallback(const char* directory_path) {} in DirReaderFallback() argument
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/moqt/tools/ |
D | moqt_ingestion_server_bin.cc | 134 std::string directory_path = quiche::JoinPath(output_root_, directory_name); in OnAnnounceReceived() local 136 track_namespace, NamespaceHandler(directory_path)); in OnAnnounceReceived() 142 if (absl::Status status = MakeDirectory(directory_path); !status.ok()) { in OnAnnounceReceived() 144 QUICHE_LOG(ERROR) << "Failed to create directory " << directory_path in OnAnnounceReceived()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/moqt/tools/ |
D | moqt_ingestion_server_bin.cc | 134 std::string directory_path = quiche::JoinPath(output_root_, directory_name); in OnAnnounceReceived() local 136 track_namespace, NamespaceHandler(directory_path)); in OnAnnounceReceived() 142 if (absl::Status status = MakeDirectory(directory_path); !status.ok()) { in OnAnnounceReceived() 144 QUICHE_LOG(ERROR) << "Failed to create directory " << directory_path in OnAnnounceReceived()
|
/external/cronet/stable/base/files/ |
D | dir_reader_linux.h | 38 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument 39 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
|
D | dir_reader_fallback.h | 14 explicit DirReaderFallback(const char* directory_path) {} in DirReaderFallback() argument
|
/external/cronet/tot/base/files/ |
D | dir_reader_linux.h | 38 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument 39 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
|
D | dir_reader_fallback.h | 14 explicit DirReaderFallback(const char* directory_path) {} in DirReaderFallback() argument
|
/external/tensorflow/tensorflow/python/kernel_tests/io_ops/ |
D | io_ops_test.py | 97 directory_path = files[0].name[:files[0].name.find(cases[0])] 98 pattern = directory_path + 'AB%sDEF.GH*' 131 pattern % '?', directory_path + 'X?Z*']).eval(),
|
/external/cronet/stable/build/android/gyp/util/ |
D | jar_utils.py | 92 directory_path = source_path.parent 94 for part in reversed(directory_path.parts):
|
/external/cronet/tot/build/android/gyp/util/ |
D | jar_utils.py | 92 directory_path = source_path.parent 94 for part in reversed(directory_path.parts):
|
/external/angle/build/android/gyp/util/ |
D | jar_utils.py | 93 directory_path = source_path.parent 95 for part in reversed(directory_path.parts):
|
/external/executorch/backends/arm/util/ |
D | arm_model_evaluator.py | 144 directory_path = Path(directory) 145 if not directory_path.exists(): 158 return datasets.ImageFolder(directory_path, transform=transform)
|
/external/kernel-headers/original/uapi/linux/ |
D | incrementalfs.h | 323 __aligned_u64 directory_path; member 466 __aligned_u64 directory_path; member
|
/external/pigweed/ |
D | BUILD.bazel | 15 load("@aspect_bazel_lib//lib:directory_path.bzl", "directory_path") 156 directory_path(
|
/external/leveldb/util/ |
D | env_windows.cc | 474 Status GetChildren(const std::string& directory_path, in GetChildren() argument 476 const std::string find_pattern = directory_path + "\\*"; in GetChildren() 484 return WindowsError(directory_path, last_error); in GetChildren() 498 return WindowsError(directory_path, last_error); in GetChildren()
|
D | env_posix.cc | 575 Status GetChildren(const std::string& directory_path, in GetChildren() argument 578 ::DIR* dir = ::opendir(directory_path.c_str()); in GetChildren() 580 return PosixError(directory_path, errno); in GetChildren()
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 257 directory_path = os.path.join(output_path, subpath[1:]) 260 if not os.path.exists(directory_path): 261 os.makedirs(directory_path) 279 file_path = os.path.join(directory_path, 'LLVMBuild.txt')
|