HomeSort by relevance Sort by last modified time
    Searched defs:file_path (Results 1 - 25 of 38) sorted by null

1 2

  /external/opencv3/modules/videoio/test/
test_basic_props.cpp 69 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; local
70 VideoCapture cap(file_path);
93 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; local
94 VideoCapture cap(file_path);
120 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; local
121 VideoCapture cap(file_path);
143 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; local
144 VideoCapture cap(file_path);
test_framecount.cpp 72 string file_path = src_dir+"video/big_buck_bunny."+ext[i]; local
74 cap.reset(cvCreateFileCapture(file_path.c_str()));
test_positioning.cpp 136 string file_path = src_dir + "video/big_buck_bunny." + ext[i]; local
138 ts->printf(cvtest::TS::LOG, "\nReading video file in %s...\n", file_path.c_str());
140 CvCapture* cap = cvCreateFileCapture(file_path.c_str());
test_video_io.cpp 349 string file_path = dir+"../python/images/QCIF_0"+s.str()+".bmp"; local
350 Mat image = imread(file_path);
454 string file_path = format("%s../python/images/QCIF_%02d.bmp", dir.c_str(), i); local
455 Mat img = imread(file_path, IMREAD_COLOR);
460 ts->printf(ts->LOG, "Error: cannot read frame from %s.\n", file_path.c_str());
  /art/dexdump/
dexdump_test.cc 46 std::string file_path = GetTestAndroidRoot() + "/bin/dexdump2"; local
47 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
48 std::vector<std::string> exec_argv = { file_path };
  /art/dexlist/
dexlist_test.cc 45 std::string file_path = GetTestAndroidRoot(); local
47 file_path += "/bin/dexlist";
49 file_path += "/xbin/dexlist";
51 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
52 std::vector<std::string> exec_argv = { file_path };
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
module.py 10 def __init__(self, file_path):
11 self._file_path = file_path
17 def file_path(self): member in class:Module
  /system/connectivity/shill/
protobuf_lite_streams.cc 32 const string& file_path) {
33 int fd = HANDLE_EINTR(open(file_path.c_str(), O_RDONLY));
36 << "Could not load protobuf file [" << file_path << "] "; local
  /art/oatdump/
oatdump_test.cc 62 std::string file_path = GetOatDumpFilePath(); local
64 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
66 std::vector<std::string> exec_argv = { file_path };
  /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;
  /art/imgdiag/
imgdiag_test.cc 90 std::string file_path = GetImgDiagFilePath(); local
91 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
109 file_path,
  /external/chromium-trace/catapult/telemetry/telemetry/story/
story_set.py 64 def file_path(self): member in class:StorySet
  /hardware/bsp/intel/peripheral/libmraa/src/aio/
aio.c 44 char file_path[64] = ""; local
47 snprintf(file_path, 64, "/sys/bus/iio/devices/iio:device0/in_voltage%d_raw", dev->channel);
49 dev->adc_in_fp = open(file_path, O_RDONLY);
51 syslog(LOG_ERR, "aio: Failed to open input raw file %s for reading!", file_path);
  /art/profman/
profile_assistant_test.cc 66 std::string file_path = GetTestAndroidRoot(); local
67 file_path += "/bin/profman";
69 file_path += "d";
72 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
74 argv_str.push_back(file_path);
  /external/chromium-trace/catapult/telemetry/telemetry/page/
__init__.py 172 def file_path(self): member in class:Page
205 file_path = os.path.realpath(self.file_path)
206 if os.path.isdir(file_path):
207 return file_path
209 return os.path.dirname(file_path)
  /external/libchrome/base/files/
file_unittest.cc 23 FilePath file_path = temp_dir.path().AppendASCII("create_file_1"); local
38 File file(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
45 File file(file_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ);
53 File file(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
66 file.Initialize(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
78 File file(file_path, base::File::FLAG_CREATE | base::File::FLAG_READ);
86 File file(file_path,
95 file_path = temp_dir.path().AppendASCII("create_file_2");
96 File file(file_path,
104 EXPECT_FALSE(base::PathExists(file_path));
110 FilePath file_path = temp_dir.path().AppendASCII("create_file"); local
128 FilePath file_path = temp_dir.path().AppendASCII("create_file_1"); local
155 FilePath file_path = temp_dir.path().AppendASCII("read_write_file"); local
227 FilePath file_path = temp_dir.path().AppendASCII("append_file"); local
275 FilePath file_path = temp_dir.path().AppendASCII("truncate_file"); local
390 FilePath file_path = temp_dir.path().AppendASCII("read_at_current_position"); local
414 FilePath file_path = temp_dir.path().AppendASCII("write_at_current_position"); local
437 FilePath file_path = temp_dir.path().AppendASCII("seek_file"); local
454 FilePath file_path = temp_dir.path().AppendASCII("file"); local
481 FilePath file_path = temp_dir.path().AppendASCII("file"); local
    [all...]
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 42 String file_path = folder_path + "/" + folderName; local
43 File dir = new File(file_path);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
MediaStoreSaver.java 41 String file_path = folder_path + "/" + folderName; local
42 File dir = new File(file_path);
  /system/extras/puncture_fs/
puncture_fs.c 78 char file_path[FILENAME_MAX]; local
83 sprintf(file_path, "%s/file_%lu", dir_path, id);
84 fd = open(file_path, O_WRONLY | O_CREAT | O_SYNC, 0777);
90 fprintf(stderr, "\nerrno: %d. Failed to create %s\n", errno, file_path);
98 errno, base_length, file_path);
108 errno, size - length, file_path);
115 fprintf(stderr, "\nFailed to close %s\n", file_path);
  /system/webservd/webservd/
log_manager.cc 108 base::FilePath file_path = log_directory_.Append(file_name); variable
110 bool exists = base::PathExists(file_path);
116 bool got_size = base::GetFileSize(file_path, &file_size);
122 success = base::AppendToFile(file_path, entry.data(), entry.size());
125 success = (base::WriteFile(file_path, entry.data(), size) == size);
132 << file_path.value();
154 base::FilePath file_path = log_directory_.Append(file_name); local
155 if (base::Move(file_path, archive_file_path)) {
160 << file_path.value() << " to "
  /external/chromium-trace/catapult/tracing/bin/
symbolize_trace 51 def IsSymbolizableFile(file_path):
52 result = subprocess.check_output(['file', '-0', file_path])
61 def __init__(self, start_address, size, file_path):
64 self._file_path = file_path
79 def file_path(self): member in class:ProcessMemoryMaps.Region
92 self.start_address, self.end_address, self.file_path)
239 def __init__(self, file_path):
240 self.path = file_path
259 symfile = symfile_by_path.get(region.file_path)
261 symfile = SymbolizableFile(region.file_path)
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 312 char file_path[NAME_MAX]; local
314 mapping, file_path, sizeof(file_path), file_name, sizeof(file_name));
  /external/pdfium/testing/
embedder_test.cpp 115 std::string file_path; local
116 if (!PathService::GetTestFilePath(filename, &file_path))
118 file_contents_ = GetFileContents(file_path.c_str(), &file_length_);
  /external/webrtc/webrtc/base/
filerotatingstream.cc 244 std::string file_path = file_names_[current_file_index_]; local
258 if (!file_stream_->Open(file_path, mode, &error)) {
259 std::cerr << "Failed to open: " << file_path << "Error: " << error
343 Pathname file_path(dir_path_, file_name.str());
344 return file_path.pathname();
  /frameworks/base/core/jni/
fd_utils-inl.h 106 std::string file_path; local
107 if (!Readlink(fd, &file_path)) {
111 if (!IsWhitelisted(file_path)) {
112 ALOGE("Not whitelisted : %s", file_path.c_str());
152 return new FileDescriptorInfo(f_stat, file_path, fd, open_flags, fd_flags, fs_flags, offset);
174 const int new_fd = TEMP_FAILURE_RETRY(open(file_path.c_str(), open_flags));
177 ALOGE("Failed open(%s, %d) : %s", file_path.c_str(), open_flags, strerror(errno));
212 const std::string file_path; member in class:FileDescriptorInfo
230 FileDescriptorInfo(struct stat stat, const std::string& file_path, int fd, int open_flags,
234 file_path(file_path)
    [all...]

Completed in 761 milliseconds

1 2