| /ndk/sources/third_party/googletest/googletest/src/ |
| gtest.cc | 373 FilePath GetCurrentExecutableName() { 374 FilePath result; 377 result.Set(FilePath(g_executable_path).RemoveExtension("exe")); 379 result.Set(FilePath(g_executable_path)); 407 return internal::FilePath::ConcatPaths( 408 internal::FilePath( 410 internal::FilePath(kDefaultOutputFile)).string(); 412 internal::FilePath output_name(colon + 1); 418 output_name = internal::FilePath::ConcatPaths( 419 internal::FilePath(UnitTest::GetInstance()->original_working_dir()) [all...] |
| /external/clang/lib/Driver/ |
| ToolChains.cpp | [all...] |
| /external/deqp/executor/tools/ |
| xeCommandLineExecutor.cpp | 284 de::FilePath item = iter.getItem(); 286 if (item.getType() == de::FilePath::TYPE_FILE)
|
| xeTestLogCompare.cpp | 290 batchNames.push_back(de::FilePath(cmdLine.filenames[ndx].c_str()).getBaseName());
|
| /external/deqp/framework/platform/ios/ |
| tcuIOSApp.mm | 309 : m_testProcess (m_state, de::FilePath::join(getAppDocumentsDir(), "TestResults.qpa").getPath())
|
| /external/libbrillo/brillo/streams/ |
| file_stream.cc | 208 StreamPtr FileStream::Open(const base::FilePath& path, 262 base::FilePath path;
|
| /system/connectivity/shill/ |
| default_profile_unittest.cc | 51 using base::FilePath; 71 FilePath(storage_path()),
|
| eap_credentials_unittest.cc | 37 using base::FilePath; 460 FilePath pem_cert(kPEMCertfile);
|
| routing_table.cc | 49 using base::FilePath; 499 if (base::WriteFile(FilePath(kPaths[i]), "-1", 2) != 2) {
|
| crypto_util_proxy.cc | 174 base::FilePath(kCryptoUtilShimPath),
|
| json_store_unittest.cc | 36 using base::FilePath; 80 FilePath test_file_; [all...] |
| key_file_store.cc | 60 KeyFileStore::KeyFileStore(const base::FilePath& path)
|
| /system/tpm/attestation/common/ |
| tpm_utility_v1.cc | 59 base::ReadFileToString(base::FilePath(file_name), &content); 94 if (base::PathExists(base::FilePath(kMscTpmEnabledFile))) {
|
| /external/libbrillo/brillo/message_loops/ |
| base_message_loop.cc | 293 if (!base::ReadFileToString(base::FilePath(kMiscMinorPath), &proc_misc))
|
| /system/update_engine/common/ |
| utils.h | 331 base::FilePath *out_path);
|
| /system/update_engine/payload_consumer/ |
| delta_performer_integration_test.cc | 354 base::WriteFile(base::FilePath(base::StringPrintf( 378 EXPECT_TRUE(base::CopyFile(base::FilePath(state->a_img), 379 base::FilePath(state->b_img))); 420 base::WriteFile(base::FilePath(base::StringPrintf( [all...] |
| postinstall_runner_action_unittest.cc | 101 EXPECT_TRUE(base::DeleteFile(base::FilePath(working_dir_), true));
|
| delta_performer.cc | [all...] |
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest-death-test_test.cc | 36 #include "gtest/internal/gtest-filepath.h" 75 using testing::internal::FilePath; 135 TestForDeathTest() : original_dir_(FilePath::GetCurrentDir()) {} 152 const FilePath original_dir_; [all...] |
| /external/gtest/test/ |
| gtest-death-test_test.cc | 36 #include "gtest/internal/gtest-filepath.h" 74 using testing::internal::FilePath; 133 TestForDeathTest() : original_dir_(FilePath::GetCurrentDir()) {} 150 const FilePath original_dir_; [all...] |
| /external/protobuf/gtest/test/ |
| gtest-death-test_test.cc | 36 #include <gtest/internal/gtest-filepath.h> 71 using testing::internal::FilePath; 125 TestForDeathTest() : original_dir_(FilePath::GetCurrentDir()) {} 142 const FilePath original_dir_; [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest-death-test_test.cc | 36 #include "gtest/internal/gtest-filepath.h" 74 using testing::internal::FilePath; 133 TestForDeathTest() : original_dir_(FilePath::GetCurrentDir()) {} 150 const FilePath original_dir_; [all...] |
| /ndk/sources/third_party/googletest/googletest/test/ |
| gtest-death-test_test.cc | 36 #include "gtest/internal/gtest-filepath.h" 75 using testing::internal::FilePath; 134 TestForDeathTest() : original_dir_(FilePath::GetCurrentDir()) {} 151 const FilePath original_dir_; [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
| _dbg_common.h | 100 typedef WINBOOL (CALLBACK *PENUMDIRTREE_CALLBACK)(LPCSTR FilePath,PVOID CallerData); [all...] |
| /external/libchrome/base/files/ |
| file_posix.cc | 430 void File::DoInitialize(const FilePath& path, uint32_t flags) {
|