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

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/bin/
site_sysinfo.py 123 def __init__(self, file_path):
126 @param file_path: full path to the file.
129 stat = os.stat(file_path)
175 for file_path in self._get_all_files(src_dir):
176 self._log_stats[file_path] = file_stat(file_path)
197 def _copy_new_data_in_file(self, file_path, src_dir, dest_dir):
200 @param file_path: full path to the file to be copied.
206 if self._log_stats.has_key(file_path):
207 prev_stat = self._log_stats[file_path]
    [all...]
  /external/autotest/frontend/afe/
views.py 108 file_path = os.path.join(
110 with open(file_path, 'wb+') as destination:
113 file_paths.append(file_path)
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 59 std::string GetBaseFileName(const std::string& file_path) {
60 size_t loc_slash = file_path.find_last_of("/\\");
62 file_path.substr((loc_slash == std::string::npos ? -1 : loc_slash) + 1);
  /system/update_engine/common/
file_fetcher.cc 70 string file_path = url.substr(strlen("file://")); local
72 brillo::FileStream::Open(base::FilePath(file_path),
78 LOG(ERROR) << "Couldn't open " << file_path;
  /device/google/wahoo/thermal/
sensors.h 50 // this function will fill in data and file_path accordingly then return
54 std::string* file_path) const;
  /external/autotest/client/profilers/lttng/
lttng.py 105 file_path = os.path.join(self.output, filename)
106 if os.path.isdir(file_path):
108 size = os.stat(file_path)[6] # grab file size
110 f = open(file_path, 'r+')
  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_longevity_helper.py 110 def open_perf_file(file_path):
114 If the file on |file_path| already exists, then open file for
117 @param file_path: file path for perf file.
122 if os.path.isfile(file_path):
123 perf_file = open(file_path, 'a+')
125 perf_file = open(file_path, 'w')
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 50 const string* file_path);
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.h 64 const std::string &file_path);
  /external/libbrillo/brillo/
key_value_store.h 16 #include <base/files/file_path.h>
  /external/libchrome/base/
file_version_info.h 40 const base::FilePath& file_path);
  /external/protobuf/src/google/protobuf/io/
printer.h 54 // Records that the bytes in file_path beginning with begin_offset and ending
57 const string& file_path,
76 const string& file_path, const vector<int>& path) {
82 annotation->set_source_file(file_path);
286 // in a file with path file_path. The range begins at the start of
291 const string& file_path, const vector<int>& path);
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 151 bool FileInputStream::Open(const char* file_path) {
152 assert(file_path);
157 fopen_s(&file_, file_path, "rb");
159 file_ = fopen(file_path, "rb");
  /external/tensorflow/tensorflow/tools/api/generator/
create_python_api.py 159 for module, file_path in module_name_to_file_path.items():
160 if not os.path.isdir(os.path.dirname(file_path)):
161 os.makedirs(os.path.dirname(file_path))
162 open(file_path, 'a').close()
  /hardware/qcom/gps/msm8084/utils/
loc_target.cpp 69 static int read_a_line(const char * file_path, char * line, int line_size)
75 fp = fopen(file_path, "r" );
77 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno));
85 LOC_LOGD("cat %s: %s", file_path, line);
  /hardware/qcom/gps/msm8909/utils/
loc_target.cpp 71 static int read_a_line(const char * file_path, char * line, int line_size)
77 fp = fopen(file_path, "r" );
79 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno));
87 LOC_LOGD("cat %s: %s", file_path, line);
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_target.cpp 68 static int read_a_line(const char * file_path, char * line, int line_size)
74 fp = fopen(file_path, "r" );
76 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno));
84 LOC_LOGD("cat %s: %s", file_path, line);
  /hardware/qcom/gps/msm8994/utils/
loc_target.cpp 70 static int read_a_line(const char * file_path, char * line, int line_size)
76 fp = fopen(file_path, "r" );
78 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno));
86 LOC_LOGD("cat %s: %s", file_path, line);
  /hardware/qcom/gps/msm8996/utils/
loc_target.cpp 71 static int read_a_line(const char * file_path, char * line, int line_size)
77 fp = fopen(file_path, "r" );
79 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno));
87 LOC_LOGD("cat %s: %s", file_path, line);
  /hardware/qcom/gps/utils/
loc_target.cpp 70 static int read_a_line(const char * file_path, char * line, int line_size)
76 fp = fopen(file_path, "r" );
78 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno));
86 LOC_LOGD("cat %s: %s", file_path, line);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 54 // Records that the bytes in file_path beginning with begin_offset and ending
57 const string& file_path,
76 const string& file_path, const vector<int>& path) {
82 annotation->set_source_file(file_path);
286 // in a file with path file_path. The range begins at the start of
291 const string& file_path, const vector<int>& path);
  /system/bt/service/ipc/
ipc_handler_linux.h 21 #include <base/files/file_path.h>
  /system/update_engine/payload_consumer/
payload_metadata.h 25 #include <base/files/file_path.h>
  /test/vts/agents/hal/
SocketClientToDriver.h 43 int32_t LoadHal(const string& file_path, int target_class, int target_type,
  /test/vts/utils/native/libprofiling/
VtsProfilingInterface.cpp 93 string file_path = trace_file_path_prefix_ + package + "_" + version + "_" + local
98 LOG(INFO) << "Creating new trace file: " << file_path;
99 int fd = open(file_path.c_str(), O_RDWR | O_CREAT | O_EXCL,
102 LOG(ERROR) << "Can not open trace file: " << file_path

Completed in 1026 milliseconds

1 2 3 45 6 7 8 91011>>