HomeSort by relevance Sort by last modified time
    Searched refs:file_path (Results 226 - 250 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/checkstyle/
checkstyle.py 49 file_path = os.path.join(root, file_name)
50 if os.path.isdir(file_path):
51 sub_result = _FindFoldersContaining(file_path, wanted)
  /system/extras/simpleperf/
cmd_dumprecord.cpp 234 std::string file_path; local
240 while (record_file_reader_->ReadFileFeature(read_pos, &file_path,
243 PrintIndented(2, "file_path %s\n", file_path.c_str());
record_file_writer.cpp 326 bool RecordFileWriter::WriteFileFeature(const std::string& file_path,
330 uint32_t size = file_path.size() + 1 + sizeof(uint32_t) * 2 +
338 MoveToBinaryFormat(file_path.c_str(), file_path.size() + 1, p);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 263 self.file_path = os.path.join(self.base_dir, self.filename)
281 FILE = open(self.file_path, 'w')
296 if os.path.exists(self.file_path):
297 os.remove(self.file_path)
  /external/autotest/client/common_lib/
base_job.py 214 def read_from_file(self, file_path, merge=True):
215 """Read in any state from the file at file_path.
221 @param file_path: The path where the state should be read from. It must
228 attempt to control concurrent access to the file at file_path.
232 if os.path.getsize(file_path) == 0:
235 on_disk_state = pickle.load(open(file_path))
246 'value', namespace, name, file_path)
253 namespace, name, file_path)
263 def write_to_file(self, file_path):
266 @param file_path: The path where the state should be written out to
    [all...]
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 390 def _open_perf_file(self, file_path):
393 If the file on |file_path| already exists, then open file for
396 @param file_path: file path for perf file.
400 if os.path.isfile(file_path):
401 perf_file = open(file_path, 'a+')
404 perf_file = open(file_path, 'w') # Erase if existing file.
  /external/autotest/site_utils/
check_slave_db_delay.py 86 file_path=os.path.abspath(options.logfile), level=logging.DEBUG)
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h 57 const std::wstring* file_path);
  /external/libbrillo/brillo/
file_utils.cc 10 #include <base/files/file_path.h>
  /external/libbrillo/brillo/streams/
file_stream.h 8 #include <base/files/file_path.h>
  /external/libbrillo/policy/
device_policy_impl.h 12 #include <base/files/file_path.h>
  /external/python/cpython2/Lib/test/
test_site.py 259 self.file_path = os.path.join(self.base_dir, self.filename)
277 FILE = open(self.file_path, 'w')
292 if os.path.exists(self.file_path):
293 os.remove(self.file_path)
  /external/tensorflow/tensorflow/examples/multibox_detector/
main.cc 132 Status SaveImage(const Tensor& tensor, const string& file_path) {
133 LOG(INFO) << "Saving image to " << file_path;
134 CHECK(tensorflow::StringPiece(file_path).ends_with(".png"))
146 root.WithOpName(output_name), file_path, image_encoder);
  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_test_server.py 338 def query_source_file_line(self, file_path, lineno):
342 file_path: Path to the source file.
349 ValueError: If no source file is found at the given file_path.
355 if source_file_proto.file_path == file_path:
359 file_path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_site.py 265 self.file_path = os.path.join(self.base_dir, self.filename)
283 FILE = open(self.file_path, 'w')
298 if os.path.exists(self.file_path):
299 os.remove(self.file_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 265 self.file_path = os.path.join(self.base_dir, self.filename)
283 FILE = open(self.file_path, 'w')
298 if os.path.exists(self.file_path):
299 os.remove(self.file_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 265 self.file_path = os.path.join(self.base_dir, self.filename)
283 FILE = open(self.file_path, 'w')
298 if os.path.exists(self.file_path):
299 os.remove(self.file_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 265 self.file_path = os.path.join(self.base_dir, self.filename)
283 FILE = open(self.file_path, 'w')
298 if os.path.exists(self.file_path):
299 os.remove(self.file_path)
  /test/vts/agents/hal/
AgentRequestHandler.cpp 105 const string& file_path = command_msg.file_path(); local
115 LOG(DEBUG) << "file_path=" << file_path;
250 file_path, target_class, target_type, target_version,
  /tools/test/connectivity/acts/framework/acts/test_utils/power/
PowerWiFiBaseTest.py 94 wputils.monsoon_data_plot(self.mon_info, self.file_path, tag=tag)
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_power_test_utils.py 42 def monsoon_data_plot(mon_info, file_path, tag=""):
55 file_path: the path to the monsoon log file with current data
67 results = monsoon.MonsoonData.from_text_file(file_path)
102 plot_title = file_path[file_path.rfind('/') + 1:-4] + tag
  /tools/test/connectivity/acts/tests/google/net/
DataUsageTest.py 69 self.file_path = DOWNLOAD_PATH + self.download_file.split('/')[-1]
120 ad, self.file_path, self.file_size * BYTE_TO_MB)
122 self.log.info("Delete file: %s", self.file_path)
123 ad.adb.shell("rm %s" % self.file_path, ignore_status=True)
  /bionic/libc/tools/
genseccomp.py 29 def load_syscall_names_from_file(file_path, architecture):
31 parser.parse_open_file(open(file_path))
  /cts/apps/CameraITS/tools/
run_sensor_fusion_box.py 207 def find_matching_line(file_path, regex):
208 """Search each line in the file at 'file_path' for a line matching 'regex'.
211 file_path: File path for file being searched
217 with open(file_path) as f:
  /development/vndk/snapshot/
check_gpl_license.py 67 file_path = os.path.join(self._install_dir, file)
68 with open(file_path, 'r') as f:

Completed in 1112 milliseconds

1 2 3 4 5 6 7 8 91011>>