Home
last modified time | relevance | path

Searched refs:directory_path (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/common_lib/cros/
Dsmbprovider.py138 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/
Dcreate_android_metadata_license.py48 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/
Dcreate_android_metadata_license.py48 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/
Dnamespace_pkgs.py39 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/
Dgetcpu01.c76 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/
Ddirectory_reader.cc45 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/
Ddirectory_reader.cc45 explicit DirectoryReaderImpl(absl::string_view directory_path) in DirectoryReaderImpl() argument
46 : directory_path_(directory_path) {} in DirectoryReaderImpl()
/external/libchrome/base/files/
Ddir_reader_linux.h33 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument
34 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
Ddir_reader_fallback.h14 explicit DirReaderFallback(const char* directory_path) {} in DirReaderFallback() argument
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/moqt/tools/
Dmoqt_ingestion_server_bin.cc134 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/
Dmoqt_ingestion_server_bin.cc134 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/
Ddir_reader_linux.h38 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument
39 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
Ddir_reader_fallback.h14 explicit DirReaderFallback(const char* directory_path) {} in DirReaderFallback() argument
/external/cronet/tot/base/files/
Ddir_reader_linux.h38 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument
39 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
Ddir_reader_fallback.h14 explicit DirReaderFallback(const char* directory_path) {} in DirReaderFallback() argument
/external/tensorflow/tensorflow/python/kernel_tests/io_ops/
Dio_ops_test.py97 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/
Djar_utils.py92 directory_path = source_path.parent
94 for part in reversed(directory_path.parts):
/external/cronet/tot/build/android/gyp/util/
Djar_utils.py92 directory_path = source_path.parent
94 for part in reversed(directory_path.parts):
/external/angle/build/android/gyp/util/
Djar_utils.py93 directory_path = source_path.parent
95 for part in reversed(directory_path.parts):
/external/executorch/backends/arm/util/
Darm_model_evaluator.py144 directory_path = Path(directory)
145 if not directory_path.exists():
158 return datasets.ImageFolder(directory_path, transform=transform)
/external/kernel-headers/original/uapi/linux/
Dincrementalfs.h323 __aligned_u64 directory_path; member
466 __aligned_u64 directory_path; member
/external/pigweed/
DBUILD.bazel15 load("@aspect_bazel_lib//lib:directory_path.bzl", "directory_path")
156 directory_path(
/external/leveldb/util/
Denv_windows.cc474 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()
Denv_posix.cc575 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/
Dmain.py257 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')

12