HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 301 - 325 of 464) sorted by null

<<111213141516171819

  /system/update_engine/common/
test_utils.cc 115 bool IsXAttrSupported(const base::FilePath& dir_path) {
200 base::FilePath(filename).BaseName().value().c_str(),
330 base::FilePath GetBuildArtifactsPath() {
331 base::FilePath exe_path;
332 base::ReadSymbolicLink(base::FilePath("/proc/self/exe"), &exe_path);
file_fetcher.cc 72 brillo::FileStream::Open(base::FilePath(file_path),
utils.cc 142 bool GetTempName(const string& path, base::FilePath* template_path) {
146 *template_path = base::FilePath(path);
150 base::FilePath temp_dir;
152 temp_dir = base::FilePath(root_temp_dir);
155 temp_dir = base::FilePath(constants::kNonVolatileDirectory).Append("tmp");
619 base::FilePath filename_template;
643 base::FilePath dirname_template;
    [all...]
  /system/connectivity/shill/
socket_info_reader_unittest.cc 25 using base::FilePath;
70 MOCK_CONST_METHOD0(GetTcpv4SocketInfoFilePath, FilePath());
71 MOCK_CONST_METHOD0(GetTcpv6SocketInfoFilePath, FilePath());
89 const FilePath& dir_path, FilePath* file_path) {
113 FilePath invalid_path("/non-existent-file"), v4_path, v6_path;
170 FilePath file_path("/non-existent-file");
device_info_unittest.cc 64 using base::FilePath;
    [all...]
error.cc 133 string file_name = base::FilePath(from_here.file_name()).BaseName().value();
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 307 FixedCompilationDatabase::getCompileCommands(StringRef FilePath) const {
309 Result[0].CommandLine.push_back(FilePath);
310 Result[0].Filename = FilePath;
  /system/media/brillo/audio/audioservice/test/
audio_device_handler_test.cpp 29 using base::FilePath;
57 FilePath h2w_file_path_;
141 FilePath path = h2w_file_path_;
  /external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.h 20 class FilePath;
  /external/libbrillo/brillo/
osrelease_reader_unittest.cc 25 base::FilePath temp_file_, osrelease_, osreleased_;
  /external/libbrillo/brillo/streams/
file_stream.h 72 static StreamPtr Open(const base::FilePath& path,
  /external/libchrome/base/process/
launch.h 154 base::FilePath current_directory;
process_iterator_linux.cc 48 FilePath cmd_line_file = internal::GetProcPidDir(pid).Append("cmdline");
  /external/libchrome/base/
sys_info_posix.cc 92 int64_t SysInfo::AmountOfFreeDiskSpace(const FilePath& path) {
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /system/connectivity/shill/cellular/
modem_1_unittest.cc 34 using base::FilePath;
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 64 using base::FilePath;
213 void L2TPIPSecDriver::DeleteTemporaryFile(base::FilePath* temporary_file) {
243 FilePath(kL2TPIPSecVPNPath), options, environment, true, error)) {
330 FilePath certfile = certificate_file_->CreatePEMFromStrings(ca_certs);
  /system/core/metricsd/collectors/
cpu_usage_collector.cc 85 base::FilePath proc_stat_path(kMetricsProcStatFileName);
  /system/nativepower/daemon/
wake_lock_manager.cc 36 bool WriteToFile(const base::FilePath& path, const std::string& data) {
  /system/update_engine/
mock_p2p_manager.h 88 MOCK_METHOD1(FileGetPath, base::FilePath(const std::string&));
  /external/clang/include/clang/Tooling/
Tooling.h 244 /// \param FilePath The path at which the content will be mapped.
247 void mapVirtualFile(StringRef FilePath, StringRef Content);
303 /// \param FilePath The path at which the content will be mapped.
305 void mapVirtualFile(StringRef FilePath, StringRef Content);
  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 70 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx);
77 if (de::FilePath(shaderPath).exists())

Completed in 1126 milliseconds

<<111213141516171819