Home
last modified time | relevance | path

Searched refs:current_dir (Results 1 – 25 of 58) sorted by relevance

123

/external/python/parse_type/tasks/
D_tasklet_cleanup.py114 current_dir = Path(workdir)
118 for directory in path_glob(dir_pattern, current_dir):
150 current_dir = Path(workdir)
155 for file_ in path_glob(file_pattern, current_dir):
181 def path_glob(pattern, current_dir=None): argument
188 if not current_dir:
189 current_dir = pathlib.Path.cwd()
190 elif not isinstance(current_dir, pathlib.Path):
192 current_dir = pathlib.Path(str(current_dir))
194 for p in current_dir.glob(pattern):
/external/llvm-project/mlir/utils/spirv/
Ddefine_inst.sh41 current_dir="$(dirname "$current_file")"
43 python3 ${current_dir}/gen_spirv_dialect.py \
45 ${current_dir}/../../include/mlir/Dialect/SPIRV/${file_name} \
48 ${current_dir}/define_opcodes.sh "$@"
Ddefine_opcodes.sh24 current_dir="$(dirname "$current_file")"
26 python3 ${current_dir}/gen_spirv_dialect.py \
27 --base-td-path ${current_dir}/../../include/mlir/Dialect/SPIRV/SPIRVBase.td \
Dreport_coverage.sh16 current_dir="$(dirname "$current_file")"
18 python3 ${current_dir}/gen_spirv_dialect.py \
19 --base-td-path ${current_dir}/../../include/mlir/Dialect/SPIRV/SPIRVBase.td \
Ddefine_enum.sh22 current_dir="$(dirname "$current_file")"
24 python3 ${current_dir}/gen_spirv_dialect.py \
25 --base-td-path ${current_dir}/../../include/mlir/Dialect/SPIRV/SPIRVBase.td \
/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def.sh23 current_dir="$(dirname "$current_file")"
27 --api_def_dir="${current_dir}/base_api" \
28 --op_file_pattern="${current_dir}/../ops/*_ops.cc"
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc171 string current_dir(io::Dirname(fixed_prefix)); in GetNextInternal() local
175 if (current_dir.empty()) { in GetNextInternal()
176 current_dir = "."; in GetNextInternal()
177 current_pattern_ = io::JoinPath(current_dir, current_pattern_); in GetNextInternal()
181 UpdateIterator(ctx, fs, current_dir, current_pattern_)); in GetNextInternal()
298 const string& current_dir = current_path.first; in UpdateIterator() local
300 ret.Update(fs->GetChildren(current_dir, &children)); in UpdateIterator()
320 auto is_directory_fn = [fs, current_dir, &children, &fixed_prefix, in UpdateIterator()
322 const string child_path = io::JoinPath(current_dir, children[i]); in UpdateIterator()
344 io::JoinPath(current_dir, children[i]); in UpdateIterator()
/external/minijail/rust/minijail-sys/
Dbuild.rs22 let current_dir = env::var("CARGO_MANIFEST_DIR").unwrap() + "/../.."; in main() localVariable
27 .current_dir(&out_dir) in main()
31 .arg(&current_dir) in main()
/external/llvm-project/lldb/test/API/tools/lldb-vscode/coreFile/
DTestVSCode_coreFile.py23 current_dir = os.path.dirname(os.path.realpath(__file__))
24 exe_file = os.path.join(current_dir, "linux-x86_64.out")
25 core_file = os.path.join(current_dir, "linux-x86_64.core")
/external/autotest/server/cros/packet_generation/
DIP_utils.py37 current_dir = os.path.dirname(os.path.realpath(__file__))
38 send_ra_script = os.path.join(current_dir, RA_SCRIPT)
39 send_scapy = os.path.join(current_dir, SCAPY)
/external/skqp/platform_tools/android/bin/
Dandroid_build_app49 current_dir = os.path.dirname(__file__) variable
50 apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
/external/skia/platform_tools/android/bin/
Dandroid_build_app49 current_dir = os.path.dirname(__file__) variable
50 apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
/external/autotest/server/site_tests/servo_LabControlVerification/
Dservo_LabControlVerification.py25 current_dir = os.path.dirname(os.path.realpath(__file__))
26 ctrl_path = os.path.join(current_dir, self.CTRLS_FILE)
39 servo_type_sequence_path = os.path.join(current_dir,
/external/skia/platform_tools/android/tradefed/
Dupload_dm_results.py23 current_dir = os.path.dirname(os.path.abspath(__file__))
24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
/external/skqp/platform_tools/android/tradefed/
Dupload_dm_results.py23 current_dir = os.path.dirname(os.path.abspath(__file__))
24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc100 int current_dir; in TEST() local
252 current_dir = open(".", O_RDONLY | O_PATH | O_DIRECTORY); in TEST()
253 ASSERT_NE(0, current_dir >= 0); in TEST()
266 EXPECT_EQ(0, fchdir(current_dir)); in TEST()
/external/autotest/server/site_tests/enterprise_CFM_BizlinkUpdater/
Denterprise_CFM_BizlinkUpdater.py110 current_dir = os.path.dirname(os.path.realpath(__file__))
111 src_firmware_path = os.path.join(current_dir, OLD_FW_NAME)
/external/autotest/client/site_tests/policy_DisableScreenshots/
Dpolicy_DisableScreenshots.py131 current_dir = os.path.dirname(os.path.realpath(__file__))
140 filepath=os.path.join(current_dir, 'keyboard_ctrl+shift+y'))
/external/python/setuptools/setuptools/
Dmsvc.py265 def current_dir(self, hidex86=False, x64=False): member in PlatformInfo
657 arch = self.pi.current_dir(x64=True, hidex86=hidex86)
865 arch_subdir = self.pi.current_dir(hidex86=True, x64=True)
919 path = 'Bin%s' % self.pi.current_dir(hidex86=True)
930 si.VCInstallDir, host_dir % self.pi.current_dir(x64=True))]
1032 arch_subdir = self.pi.current_dir(x64=True)
1040 arch_subdir = self.pi.current_dir(hidex86=True, x64=True)
1046 arch_subdir = self.pi.current_dir(x64=True)
1132 arch_subdir = self.pi.current_dir(hidex86=True)
/external/autotest/client/cros/input_playback/
Dinput_playback.py150 current_dir = os.path.dirname(os.path.realpath(__file__))
152 current_dir, self._DEFAULT_PROPERTY_FILES[input_type])
503 current_dir = os.path.dirname(os.path.realpath(__file__))
504 gesture_file = os.path.join(current_dir, filename)
/external/autotest/server/site_tests/enterprise_CFM_CEC/
Denterprise_CFM_CEC.py138 current_dir = os.path.dirname(os.path.realpath(__file__))
139 base_dir = current_dir + '/chameleon_cecservice/'
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp889 SmallString<128> current_dir; in make_absolute() local
890 current_directory.toVector(current_dir); in make_absolute()
895 path::append(current_dir, p); in make_absolute()
897 path.swap(current_dir); in make_absolute()
902 StringRef cdrn = path::root_name(current_dir); in make_absolute()
912 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
913 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
930 SmallString<128> current_dir; in make_absolute() local
931 if (std::error_code ec = current_path(current_dir)) in make_absolute()
934 make_absolute(current_dir, path); in make_absolute()
/external/llvm-project/llvm/lib/Support/
DPath.cpp916 SmallString<128> current_dir; in make_absolute() local
917 current_directory.toVector(current_dir); in make_absolute()
922 path::append(current_dir, p); in make_absolute()
924 path.swap(current_dir); in make_absolute()
929 StringRef cdrn = path::root_name(current_dir); in make_absolute()
939 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
940 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
957 SmallString<128> current_dir; in make_absolute() local
958 if (std::error_code ec = current_path(current_dir)) in make_absolute()
961 make_absolute(current_dir, path); in make_absolute()
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1421 current_dir = self.root
1423 if not isinstance(current_dir, FakeDirectory):
1425 dir_name, current_dir = self._directory_content(
1426 current_dir, component)
1427 if current_dir is None or (
1428 isinstance(current_dir, FakeDirectory) and
1429 current_dir._byte_contents is None and
1430 current_dir.st_size == 0):
1742 current_dir = self.root
1744 current_dir = self._directory_content(current_dir, component)[1]
[all …]
/external/libwebm/common/
Dcommon.sh28 current_dir="$(pwd)"

123