/external/chromium_org/google_apis/drive/ |
test_util.h | 58 base::FilePath GetTestFilePath(const std::string& relative_path); 81 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path);
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/gtest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/protobuf/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/external/chromium/chrome/browser/extensions/ |
image_loading_tracker.cc | 142 if (resource.relative_path().empty()) {
|
/external/chromium/chrome/browser/ui/views/infobars/ |
extension_infobar.cc | 97 if (!icon_resource.relative_path().empty()) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
driver.py | 215 relative_path = test_name[len(self.HTTP_DIR):] 218 if relative_path.startswith("ssl/"): 219 return "https://127.0.0.1:8443/" + relative_path 220 return "http://127.0.0.1:8000/" + relative_path
|
/external/llvm/include/llvm/Support/ |
Path.h | 223 const StringRef relative_path(StringRef path); 328 /// relative_path != ""
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_infobar_controller.mm | 72 if (!icon_resource.relative_path().empty()) {
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager.cc | 466 std::string relative_path = base::FilePath(user_id_hash).Append(file).value(); local 470 relative_path, 904 std::string relative_path = local [all...] |
user_image_manager_browsertest.cc | 630 std::string ConstructPolicy(const std::string& relative_path) { 632 if (!base::ReadFileToString(test_data_dir_.Append(relative_path), 638 embedded_test_server()->GetURL(std::string("/") + relative_path).spec(), [all...] |
/external/chromium_org/chrome/browser/extensions/ |
image_loader_unittest.cc | 257 resource.relative_path(),
|
/external/llvm/lib/Support/ |
Path.cpp | 367 const StringRef relative_path(StringRef path) { 588 return !relative_path(p).empty(); 744 StringRef bRelativePath = path::relative_path(current_dir); 745 StringRef pRelativePath = path::relative_path(p);
|
/external/chromium/chrome/browser/importer/ |
ie_importer.cc | 568 FilePath relative_path(relative_string); 575 if (!relative_path.empty()) 576 relative_path.GetComponents(&entry.path);
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_delegate_impl_win.cc | 78 base::FilePath relative_path; 80 file_path, &relative_path)) 84 relative_path.GetComponents(&path_components);
|
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.cc | 200 const std::string& relative_path) { 202 scoped_ptr<Value> raw_value = test_util::LoadJSONFile(relative_path); 235 const std::string& relative_path) { 239 scoped_ptr<base::Value> value = test_util::LoadJSONFile(relative_path); 268 const std::string& relative_path) { 270 app_info_value_ = test_util::LoadJSONFile(relative_path); [all...] |
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.cc | 95 std::string relative_path = browser_action_->default_icon_path(); local 96 if (relative_path.empty()) 103 tracker_.LoadImage(extension_, extension_->GetResource(relative_path), [all...] |
/external/chromium_org/chrome/utility/importer/ |
ie_importer_win.cc | 845 base::FilePath relative_path(relative_string); 852 if (!relative_path.empty()) 853 relative_path.GetComponents(&entry.path);
|
/external/bison/tests/ |
existing.at | [all...] |