HomeSort by relevance Sort by last modified time
    Searched full:dir_path (Results 76 - 100 of 104) sorted by null

1 2 34 5

  /test/vts/utils/python/coverage/
gcno_parser_test.py 191 dir_path = os.path.dirname(os.path.realpath(__file__))
192 file_path = os.path.join(dir_path, self.GOLDEN_GCNO_PATH)
  /bionic/tools/versioner/src/
versioner.cpp 110 auto collect_children = [&dependencies](const std::string& dir_path) {
111 DIR* dir = opendir(dir_path.c_str());
113 err(1, "failed to open dependency directory '%s'", dir_path.c_str());
123 std::string dependency = dir_path + "/" + dent->d_name;
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
kernel_ExternalUsbPeripheralsDetectionTest.py 133 # Gets a dict idVendor: dir_path
  /external/nos/test/system-test-harness/src/
util.cc 70 constexpr char dir_path[] = "/dev/"; local
71 auto dir = opendir(dir_path);
86 return_value = string(dir_path) + listing->d_name;
91 return_value = string(dir_path) + prefix + manual_serial_no;
  /external/skia/infra/bots/recipe_modules/swarming_client/
api.py 51 dir_path=self._client_path,
  /external/skqp/infra/bots/recipe_modules/swarming_client/
api.py 51 dir_path=self._client_path,
  /external/libmojo/build/android/gyp/util/
md5_check.py 370 def _UpdateMd5ForDirectory(md5, dir_path):
371 for root, _, files in os.walk(dir_path):
  /tools/tradefederation/core/atest/test_finders/
module_finder.py 448 dir_path, file_name = test_finder_utils.get_dir_path_and_filename(path)
451 self.root_dir, dir_path, self.module_info)
test_finder_utils.py 643 dir_path, file_path = os.path.split(path)
645 dir_path, file_path = path, None
646 return dir_path, file_path
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 299 dir_path = posixpath.dirname(adb_wrapper.ADB_KEYS_FILE)
300 device.RunShellCommand(['mkdir', '-p', dir_path],
302 device.RunShellCommand(['restorecon', dir_path],
  /external/python/cpython3/Tools/unittestgui/
unittestgui.py 237 dir_path = filedialog.askdirectory(parent=master)
238 if dir_path:
239 self.dirVar.set(dir_path)
  /external/tensorflow/tensorflow/python/debug/wrappers/
local_cli_wrapper_test.py 171 dir_path = os.path.join(self._tmp_dir, "foo")
172 os.mkdir(dir_path)
173 self.assertTrue(os.path.isdir(dir_path))
  /test/vts/runners/host/
utils.py 198 def iterate_files(dir_path):
202 dir_path: A string representing the path to search.
208 for root_dir, dir_names, file_names in os.walk(dir_path):
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 2058 std::string dir_path = JavaToStdString(jni, j_dirPath); local
2082 std::string dir_path = JavaToStdString(jni, j_dirPath); local
    [all...]
  /external/autotest/client/common_lib/
packages.py 598 def upload_pkg_dir(self, dir_path, upload_path):
607 local_path = os.path.join(dir_path, "*")
625 % (dir_path, upload_path, why))
    [all...]
base_job.py 84 @param dir_path A path where a directory should be located
    [all...]
  /test/vts/proto/
VtsReportMessage.proto 209 optional bytes dir_path = 1 [deprecated=true];
VtsReportMessage_pb2.py 608 name='dir_path', full_name='android.vts.CoverageReportMessage.dir_path', index=6,
    [all...]
  /system/core/adb/
file_sync_client.cpp 663 std::string dir_path = path; local
664 dir_path.push_back('/');
668 if (sync_lstat(sc, dir_path.c_str(), &tmp_st)) {
    [all...]
  /external/autotest/client/cros/faft/
rpc_functions.py 337 def _system_remove_dir(self, dir_path):
339 return self._os_if.remove_dir(dir_path)
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 160 * Returns a vector of dump fds under |dir_path| with a given |file_prefix|.
165 static std::vector<DumpData> GetDumpFds(const std::string& dir_path,
171 std::unique_ptr<DIR, decltype(&closedir)> dump_dir(opendir(dir_path.c_str()), closedir);
174 MYLOGW("Unable to open directory %s: %s\n", dir_path.c_str(), strerror(errno));
190 const std::string abs_path = dir_path + base_name;
    [all...]
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py     [all...]
  /external/libchrome/base/files/
file_util.h 211 BASE_EXPORT bool IsDirectoryEmpty(const FilePath& dir_path);
  /test/vti/dashboard/src/main/java/com/android/vts/proto/
VtsReportMessage.java     [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 66 " -s<dir_path> dir path to open client sockets (default: "
    [all...]

Completed in 1589 milliseconds

1 2 34 5