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

<<111213141516171819

  /external/llvm/lib/Support/
MemoryBuffer.cpp 176 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize,
178 return getFileAux(FilePath, -1, MapSize, Offset, false, false);
  /system/connectivity/apmanager/
device_info_unittest.cc 91 base::FilePath info_path =
161 base::FilePath device_info_root_;
  /system/connectivity/shill/
eap_credentials.cc 40 using base::FilePath;
88 FilePath certfile =
shill_main.cc 40 using base::FilePath;
  /system/security/keystore/
keystore_cli_v2.cpp 238 base::FilePath path(filename);
247 base::FilePath path(filename);
  /system/update_engine/
omaha_response_handler_action_unittest.cc 359 ASSERT_TRUE(base::DeleteFile(base::FilePath(test_dir), true));
401 ASSERT_TRUE(base::DeleteFile(base::FilePath(test_dir), true));
  /external/deqp/framework/common/
tcuImageIO.cpp 57 string ext = de::FilePath(fileName).getFileExtension();
  /external/jhead/
jhead.h 246 void CatPath(char * BasePath, const char * FilePath);
  /external/libchrome/base/
cpu.cc 127 ReadFileToString(FilePath("/proc/cpuinfo"), &contents);
  /external/libchrome/sandbox/linux/services/
credentials.cc 318 CHECK(!base::DirectoryExists(base::FilePath("/proc")));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 863 StringRef FilePath, unsigned SectionID) {
864 StringRef FileName = sys::path::filename(FilePath);
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 326 UString FilePath;
527 g_StdOut.PrintUString(FilePath, TempAString);
933 options.filePath = archiveName;
1103 HRESULT res = arc.GetItemPath2(i, fp.FilePath);
1129 if (!wildcardCensor.CheckPath(isAltStream, fp.FilePath, !fp.IsFolder))
  /system/connectivity/shill/cellular/
mobile_operator_info_unittest.cc 45 using base::FilePath;
108 FilePath tmp_db_path;
130 vector<FilePath> tmp_db_paths_;
150 const FilePath database_path("nonexistent.pbf");
    [all...]
  /system/connectivity/shill/dhcp/
dhcp_config.cc 205 base::FilePath(kDHCPCDPath),
  /system/update_engine/common/
utils_unittest.cc 69 base::FilePath file;
104 EXPECT_TRUE(base::DeleteFile(base::FilePath(temp_dir), true));
400 base::FilePath path;
561 base::FilePath(tmp_image)));
  /system/update_engine/payload_consumer/
delta_performer.h 296 bool GetPublicKeyFromResponse(base::FilePath *out_tmp_key);
delta_performer_unittest.cc 738 base::FilePath key_path;
804 EXPECT_TRUE(base::DeleteFile(base::FilePath(temp_dir), true));
812 EXPECT_TRUE(store.Load(base::FilePath("update_engine.conf")));
    [all...]
filesystem_verifier_action.cc 164 base::FilePath(part_path),
  /system/webservd/webservd/
config_unittest.cc 143 base::FilePath config_path{temp.path().Append("test.config")};
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 371 FilePath GetCurrentExecutableName() {
372 FilePath result;
375 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
377 result.Set(FilePath(g_executable_path));
405 return String(internal::FilePath::ConcatPaths(
406 internal::FilePath(
408 internal::FilePath(kDefaultOutputFile)).ToString() );
410 internal::FilePath output_name(colon + 1);
416 output_name = internal::FilePath::ConcatPaths(
417 internal::FilePath(UnitTest::GetInstance()->original_working_dir())
    [all...]
  /external/gtest/src/
gtest.cc 377 FilePath GetCurrentExecutableName() {
378 FilePath result;
381 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
383 result.Set(FilePath(g_executable_path));
411 return internal::FilePath::ConcatPaths(
412 internal::FilePath(
414 internal::FilePath(kDefaultOutputFile)).string();
416 internal::FilePath output_name(colon + 1);
422 output_name = internal::FilePath::ConcatPaths(
423 internal::FilePath(UnitTest::GetInstance()->original_working_dir())
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 370 FilePath GetCurrentExecutableName() {
371 FilePath result;
374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
376 result.Set(FilePath(g_executable_path));
404 return String(internal::FilePath::ConcatPaths(
405 internal::FilePath(
407 internal::FilePath(kDefaultOutputFile)).ToString() );
409 internal::FilePath output_name(colon + 1);
415 output_name = internal::FilePath::ConcatPaths(
416 internal::FilePath(UnitTest::GetInstance()->original_working_dir())
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 370 FilePath GetCurrentExecutableName() {
371 FilePath result;
374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
376 result.Set(FilePath(g_executable_path));
404 return String(internal::FilePath::ConcatPaths(
405 internal::FilePath(
407 internal::FilePath(kDefaultOutputFile)).ToString() );
409 internal::FilePath output_name(colon + 1);
415 output_name = internal::FilePath::ConcatPaths(
416 internal::FilePath(UnitTest::GetInstance()->original_working_dir())
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 359 FilePath GetCurrentExecutableName() {
360 FilePath result;
363 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
365 result.Set(FilePath(g_executable_path));
393 return String(internal::FilePath::ConcatPaths(
394 internal::FilePath(
396 internal::FilePath(kDefaultOutputFile)).ToString() );
398 internal::FilePath output_name(colon + 1);
404 output_name = internal::FilePath::ConcatPaths(
405 internal::FilePath(UnitTest::GetInstance()->original_working_dir())
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 377 FilePath GetCurrentExecutableName() {
378 FilePath result;
381 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
383 result.Set(FilePath(g_executable_path));
411 return internal::FilePath::ConcatPaths(
412 internal::FilePath(
414 internal::FilePath(kDefaultOutputFile)).string();
416 internal::FilePath output_name(colon + 1);
422 output_name = internal::FilePath::ConcatPaths(
423 internal::FilePath(UnitTest::GetInstance()->original_working_dir())
    [all...]

Completed in 1228 milliseconds

<<111213141516171819