Home
last modified time | relevance | path

Searched defs:relative_path (Results 1 – 25 of 73) sorted by relevance

123

/external/chromium_org/mojo/common/test/
Dtest_support_impl.cc22 base::FilePath ResolveSourceRootRelativePath(const char* relative_path) { in ResolveSourceRootRelativePath()
52 FILE* TestSupportImpl::OpenSourceRootRelativeFile(const char* relative_path) { in OpenSourceRootRelativeFile()
57 const char* relative_path) { in EnumerateSourceRootRelativeDirectory()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_preferences_unittest.cc270 base::FilePath relative_path, in AddGalleryExpectation()
287 base::FilePath relative_path, in AddScanResultExpectation()
300 const base::FilePath& relative_path, in AddGalleryWithNameV0()
313 const base::FilePath& relative_path, in AddGalleryWithNameV1()
326 const base::FilePath& relative_path, in AddGalleryWithNameV2()
339 base::FilePath relative_path; in AddFixedGalleryWithExepectation() local
389 base::FilePath relative_path; in TEST_F() local
606 base::FilePath relative_path; in TEST_F() local
644 base::FilePath relative_path; in TEST_F() local
682 base::FilePath relative_path; in TEST_F() local
[all …]
/external/chromium_org/mojo/public/tests/
Dtest_support_private.cc24 FILE* MojoTestSupportOpenSourceRootRelativeFile(const char* relative_path) { in MojoTestSupportOpenSourceRootRelativeFile()
32 const char* relative_path) { in MojoTestSupportEnumerateSourceRootRelativeDirectory()
/external/chromium_org/extensions/common/
Dextension_resource.cc18 const base::FilePath& relative_path) in ExtensionResource()
51 const base::FilePath& relative_path, in GetFilePath()
Dextension_resource.h60 const base::FilePath& relative_path() const { return relative_path_; } in relative_path() function
/external/chromium_org/extensions/common/manifest_handlers/
Dweb_accessible_resources_info.cc38 const std::string& relative_path) { in IsResourceWebAccessible()
74 std::string relative_path; in Parse() local
Dsandboxed_page_info.cc54 const std::string& relative_path) { in IsSandboxedPage()
74 std::string relative_path; in Parse() local
Dwebview_info.cc74 const std::string& relative_path) { in IsResourceWebviewAccessible()
160 std::string relative_path; in Parse() local
Dcsp_info.cc67 const std::string& relative_path) { in GetResourceContentSecurityPolicy()
/external/chromium_org/extensions/browser/
Dcomputed_hashes.cc76 base::FilePath relative_path = in InitFromFile() local
99 bool ComputedHashes::Reader::GetHashes(const base::FilePath& relative_path, in GetHashes()
133 void ComputedHashes::Writer::AddHashes(const base::FilePath& relative_path, in AddHashes()
Dcontent_verifier.cc57 const base::FilePath& relative_path) { in CreateJobFor()
242 const base::FilePath& relative_path = *i; in ShouldVerifyAnyPaths() local
Dcontent_hash_reader.cc30 const base::FilePath& relative_path, in ContentHashReader()
Dcontent_hash_reader.h35 const base::FilePath& relative_path() const { return relative_path_; } in relative_path() function
/external/protobuf/gtest/scripts/
Dfuse_gtest_files.py86 def VerifyFileExists(directory, relative_path): argument
110 def VerifyOutputFile(output_dir, relative_path): argument
/external/chromium_org/testing/gtest/scripts/
Dfuse_gtest_files.py86 def VerifyFileExists(directory, relative_path): argument
110 def VerifyOutputFile(output_dir, relative_path): argument
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfileapi_util.cc32 GURL ConvertRelativeFilePathToFileSystemUrl(const base::FilePath& relative_path, in ConvertRelativeFilePathToFileSystemUrl()
261 base::FilePath relative_path; in ConvertDrivePathToRelativeFileSystemPath() local
272 const base::FilePath relative_path = in ConvertDrivePathToFileSystemUrl() local
284 base::FilePath relative_path; in ConvertAbsoluteFilePathToFileSystemUrl() local
/external/chromium_org/mojo/public/cpp/test_support/lib/
Dtest_support.cc13 const std::string& relative_path) { in EnumerateSourceRootRelativeDirectory()
/external/chromium_org/mojo/public/cpp/test_support/
Dtest_support.h23 inline FILE* OpenSourceRootRelativeFile(const std::string& relative_path) { in OpenSourceRootRelativeFile()
/external/chromium_org/components/cloud_devices/common/
Dcloud_devices_urls.cc51 GURL GetCloudPrintRelativeURL(const std::string& relative_path) { in GetCloudPrintRelativeURL()
113 GURL GetCloudDevicesRelativeURL(const std::string& relative_path) { in GetCloudDevicesRelativeURL()
/external/chromium_org/chrome/browser/extensions/
Dcontent_verifier_browsertest.cc122 const base::FilePath& relative_path, in ExpectJobResult()
143 const base::FilePath& relative_path) { in JobStarted()
147 const base::FilePath& relative_path, in JobFinished()
Dchrome_component_extension_resource_manager.cc71 base::FilePath relative_path; in IsComponentExtensionResource() local
/external/chromium_org/google_apis/drive/
Dtest_util.cc38 base::FilePath GetTestFilePath(const std::string& relative_path) { in GetTestFilePath()
82 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) { in LoadJSONFile()
/external/chromium_org/storage/browser/fileapi/
Dfile_system_dir_url_request_job.cc137 base::FilePath relative_path = url_.path(); in DidReadDirectory() local
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager_browsertest.cc179 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); in IN_PROC_BROWSER_TEST_F() local
261 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); in IN_PROC_BROWSER_TEST_F() local
480 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); in IN_PROC_BROWSER_TEST_F() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb187 def self.relative_path( target, reference = Dir.pwd ) singletonMethod in String.File

123