/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_org/chrome/browser/chromeos/file_manager/ |
fileapi_util.h | 108 base::FilePath* relative_path);
|
/external/chromium_org/content/browser/ |
storage_partition_impl_map.cc | 276 base::FilePath relative_path; local 277 if (!storage_root.AppendRelativePath(*iter, &relative_path)) 281 relative_path.GetComponents(&components); 283 DCHECK(!relative_path.empty());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
driver.py | 231 relative_path = test_name[len(self.HTTP_DIR):] 234 if relative_path.startswith("ssl/"): 235 return "https://127.0.0.1:8443/" + relative_path 236 return "http://127.0.0.1:8000/" + relative_path
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_preferences.h | 210 const base::FilePath& relative_path, 303 const base::FilePath& relative_path,
|
/external/llvm/include/llvm/Support/ |
Path.h | 230 const StringRef relative_path(StringRef path); 346 /// relative_path != ""
|
/external/llvm/lib/Support/ |
Path.cpp | 434 const StringRef relative_path(StringRef path) { 657 return !relative_path(p).empty(); 813 StringRef bRelativePath = path::relative_path(current_dir); 814 StringRef pRelativePath = path::relative_path(p);
|
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/ |
user_image_manager_browsertest.cc | 629 std::string ConstructPolicy(const std::string& relative_path) { 631 if (!base::ReadFileToString(test_data_dir_.Append(relative_path), 637 embedded_test_server()->GetURL(std::string("/") + relative_path).spec(), [all...] |
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_delegate_impl_win.cc | 79 base::FilePath relative_path; 81 file_path, &relative_path)) 85 relative_path.GetComponents(&path_components);
|
/external/chromium_org/chrome/utility/importer/ |
ie_importer_win.cc | 844 base::FilePath relative_path(relative_string); 851 if (!relative_path.empty()) 852 relative_path.GetComponents(&entry.path);
|
/external/bison/tests/ |
existing.at | [all...] |
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_icon_source.cc | 139 if (icon.relative_path().empty()) {
|
/external/chromium_org/extensions/browser/ |
image_loader_unittest.cc | 347 resource.relative_path(),
|
/external/chromium_org/tools/gn/ |
function_rebase_path.cc | 206 " rebase_path(\"relative_path.txt\", root_build_dir)\n"
|
/external/chromium_org/webkit/browser/fileapi/ |
external_mount_points.cc | 162 // The virtual_path should comprise of <mount_name> and <relative_path> parts.
|
isolated_context.cc | 306 // The virtual_path should comprise <id_or_name> and <relative_path> parts.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 129 self.assertRaises(ValueError, urllib2.urlopen,'./relative_path/to/file')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 129 self.assertRaises(ValueError, urllib2.urlopen,'./relative_path/to/file')
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
wallpaper_manager.cc | 907 std::string relative_path = base::FilePath(user_id_hash).Append(file).value() local 1516 std::string relative_path = local [all...] |
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.h | 35 bool LoadAppListForDriveApi(const std::string& relative_path);
|
/external/clang/ |
CMakeLists.txt | 300 file(RELATIVE_PATH lib_path
|
/external/llvm/tools/llvm-symbolizer/ |
LLVMSymbolize.cpp | 258 llvm::sys::path::append(DebugPath, llvm::sys::path::relative_path(OrigDir),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Metrowerks_Shell_Suite.py | [all...] |
/external/chromium_org/chrome/browser/download/ |
download_target_determiner_unittest.cc | 355 const base::FilePath::StringType& relative_path) { 356 if (relative_path.empty()) 358 base::FilePath full_path(test_download_dir().Append(relative_path)); [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | [all...] |