Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc161 string current_dir(io::Dirname(fixed_prefix)); in GetNextInternal() local
165 if (current_dir.empty()) { in GetNextInternal()
166 current_dir = "."; in GetNextInternal()
167 current_pattern_ = io::JoinPath(current_dir, current_pattern_); in GetNextInternal()
171 UpdateIterator(ctx, fs, current_dir, current_pattern_)); in GetNextInternal()
284 const string& current_dir = current_path.first; in UpdateIterator() local
286 ret.Update(fs->GetChildren(current_dir, &children)); in UpdateIterator()
306 auto is_directory_fn = [fs, current_dir, &children, &fixed_prefix, in UpdateIterator()
308 const string child_path = io::JoinPath(current_dir, children[i]); in UpdateIterator()
330 io::JoinPath(current_dir, children[i]); in UpdateIterator()
/external/tensorflow/tensorflow/core/platform/
Dfile_system_helper.cc81 string current_dir = dir_q.front(); in GetMatchingPaths() local
84 Status s = fs->GetChildren(current_dir, &children); in GetMatchingPaths()
94 [fs, &current_dir, &children, &fixed_prefix, in GetMatchingPaths()
96 const string child_path = io::JoinPath(current_dir, children[i]); in GetMatchingPaths()
107 const string child_path = io::JoinPath(current_dir, children[i]); in GetMatchingPaths()
/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/autotest/client/site_tests/platform_CrosDisksArchive/
Dplatform_CrosDisksArchive.py37 current_dir = dirs_to_explore.popleft()
38 for path in os.listdir(os.path.join(root_dir, current_dir)):
39 expanded_path = os.path.join(root_dir, current_dir, path)
40 relative_path = os.path.join(current_dir, path)
/external/autotest/client/site_tests/platform_AddPrinter/
Dplatform_AddPrinter.py38 current_dir = os.path.dirname(os.path.realpath(__file__))
39 self.pdf_path = os.path.join(current_dir,
188 current_dir = os.path.dirname(os.path.realpath(__file__))
190 self.print_a_page(os.path.join(current_dir, golden_file));
/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/adhd/cras/src/tests/
Dfile_wait_unittest.cc100 int current_dir; in TEST() local
254 current_dir = open(".", O_RDONLY|O_PATH|O_DIRECTORY); in TEST()
255 ASSERT_NE(0, current_dir >= 0); in TEST()
268 EXPECT_EQ(0, fchdir(current_dir)); in TEST()
/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/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/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/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp612 SmallString<128> current_dir; in make_absolute() local
613 if (error_code ec = current_path(current_dir)) return ec; in make_absolute()
618 path::append(current_dir, p); in make_absolute()
620 path.swap(current_dir); in make_absolute()
625 StringRef cdrn = path::root_name(current_dir); in make_absolute()
635 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
636 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
/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/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/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-subzero/lib/Support/
DPath.cpp823 SmallString<128> current_dir; in make_absolute() local
825 current_directory.toVector(current_dir); in make_absolute()
826 else if (std::error_code ec = current_path(current_dir)) in make_absolute()
832 path::append(current_dir, p); in make_absolute()
834 path.swap(current_dir); in make_absolute()
839 StringRef cdrn = path::root_name(current_dir); in make_absolute()
849 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
850 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
/external/llvm/lib/Support/
DPath.cpp821 SmallString<128> current_dir; in make_absolute() local
823 current_directory.toVector(current_dir); in make_absolute()
824 else if (std::error_code ec = current_path(current_dir)) in make_absolute()
830 path::append(current_dir, p); in make_absolute()
832 path.swap(current_dir); in make_absolute()
837 StringRef cdrn = path::root_name(current_dir); in make_absolute()
847 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
848 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
/external/autotest/client/site_tests/performance_InboxInputLatency/
Dperformance_InboxInputLatency.py137 current_dir = os.path.dirname(os.path.realpath(__file__))
138 data_file = os.path.join(current_dir, _KEYIN_TEST_DATA)
/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/
Denterprise_CFM_SiSFwUpdater.py144 current_dir = os.path.dirname(os.path.realpath(__file__))
145 src_firmware_path = os.path.join(current_dir, self._OLD_FW_NAME)
/external/autotest/server/site_tests/enterprise_CFM_HuddlyUpdater/
Denterprise_CFM_HuddlyUpdater.py88 current_dir = os.path.dirname(os.path.realpath(__file__))
89 src_firmware_path = os.path.join(current_dir, self.FIRMWARE_PKG_TO_TEST)
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/
Denterprise_CFM_LogitechPtzUpdater.py153 current_dir = os.path.dirname(os.path.realpath(__file__))
154 src_firmware_path = os.path.join(current_dir, self._FW_PKG_TEST)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp857 SmallString<128> current_dir; in make_absolute() local
859 current_directory.toVector(current_dir); in make_absolute()
860 else if (std::error_code ec = current_path(current_dir)) in make_absolute()
866 path::append(current_dir, p); in make_absolute()
868 path.swap(current_dir); in make_absolute()
873 StringRef cdrn = path::root_name(current_dir); in make_absolute()
883 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
884 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
/external/eigen/bench/spbench/
Dspbenchsolver.cpp69 string current_dir; in main() local

12