/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | path_test.cc | 21 EXPECT_FALSE(p1.IsAbsolute()); in TEST() 24 EXPECT_TRUE(p2.IsAbsolute()); in TEST() 37 EXPECT_FALSE(empty.IsAbsolute()); in TEST() 41 EXPECT_FALSE(dot.IsAbsolute()); in TEST() 45 EXPECT_TRUE(root.IsAbsolute()); in TEST() 49 EXPECT_TRUE(abs_str.IsAbsolute()); in TEST() 53 EXPECT_FALSE(rel_str.IsAbsolute()); in TEST() 57 EXPECT_FALSE(self_str.IsAbsolute()); in TEST() 68 EXPECT_FALSE(empty.IsAbsolute()); in TEST() 72 EXPECT_FALSE(dot.IsAbsolute()); in TEST() [all …]
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/ |
D | mem_fs.cc | 50 if (!path.IsAbsolute()) in FindNode() 141 if (!path.IsAbsolute()) in Mkdir() 260 if (!path.IsAbsolute()) in RemoveInternal()
|
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
D | file_system_api_unittest.cc | 165 EXPECT_FALSE(suggested_name.IsAbsolute()); in TEST_F() 173 EXPECT_FALSE(suggested_name.IsAbsolute()); in TEST_F() 183 EXPECT_FALSE(suggested_name.IsAbsolute()); in TEST_F()
|
/external/chromium_org/content/common/fileapi/ |
D | file_system_util_unittest.cc | 141 EXPECT_TRUE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("/"))); in TEST_F() 142 EXPECT_TRUE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("/foo/bar"))); in TEST_F() 143 EXPECT_FALSE(VirtualPath::IsAbsolute(base::FilePath::StringType())); in TEST_F() 144 EXPECT_FALSE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("foo/bar"))); in TEST_F()
|
/external/chromium_org/media/base/ |
D | media_win.cc | 24 if (!module_dir.IsAbsolute()) in InitializeMediaLibraryInternal()
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | native_process_launcher_win.cc | 81 if (!manifest_path.IsAbsolute()) { in FindManifest() 102 if (!command_line.GetProgram().IsAbsolute()) { in LaunchNativeProcess()
|
/external/chromium_org/base/files/ |
D | file_path_watcher.cc | 52 DCHECK(path.IsAbsolute()); in Watch()
|
D | file_path_watcher_fsevents.cc | 53 if (component.IsAbsolute()) { in ResolvePath() 61 if (target.IsAbsolute()) in ResolvePath()
|
/external/chromium_org/net/url_request/ |
D | file_protocol_handler.cc | 43 file_path.IsAbsolute()) { in MaybeCreateJob()
|
/external/chromium_org/components/storage_monitor/ |
D | media_storage_util.cc | 119 return !path.empty() && path.IsAbsolute() && !path.ReferencesParent(); in CanCreateFileSystem() 144 if (!path.IsAbsolute()) in GetDeviceInfoFromPath()
|
D | test_storage_monitor.cc | 84 if (!path.IsAbsolute()) in GetStorageInfoForPath()
|
/external/chromium_org/chrome/test/base/ |
D | ui_test_utils.cc | 302 if (!exe_dir.IsAbsolute()) in GetRelativeBuildDirectory() 304 if (!src_dir.IsAbsolute()) in GetRelativeBuildDirectory() 306 if (!exe_dir.IsAbsolute()) in GetRelativeBuildDirectory() 308 if (!src_dir.IsAbsolute()) in GetRelativeBuildDirectory()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | path.h | 28 bool IsAbsolute() const;
|
/external/chromium_org/apps/ |
D | launcher.cc | 69 if (file_path->IsAbsolute()) in DoMakePathAbsolute() 77 if (!current_directory.IsAbsolute()) in DoMakePathAbsolute() 121 DCHECK(file_paths_[i].IsAbsolute()); in Launch()
|
/external/chromium_org/net/test/spawned_test_server/ |
D | base_test_server.cc | 325 if (!certificates_dir_.IsAbsolute()) { in LoadTestRootCert() 376 if (certificate_path.IsAbsolute() && in GenerateArguments() 393 if (it->IsAbsolute() && !base::PathExists(*it)) { in GenerateArguments()
|
D | remote_test_server.cc | 164 if (document_root.IsAbsolute()) in Init()
|
/external/chromium_org/chrome/installer/util/ |
D | self_cleaning_temp_dir.cc | 49 DCHECK(parent_dir.IsAbsolute()); in Initialize()
|
/external/chromium_org/extensions/browser/ |
D | verified_contents_unittest.cc | 82 EXPECT_FALSE(foo_bar_html.IsAbsolute()); in TEST()
|
/external/chromium_org/chrome/common/extensions/api/storage/ |
D | storage_schema_manifest_handler.cc | 45 if (file.IsAbsolute() || file.ReferencesParent()) { in GetSchema()
|
/external/chromium_org/net/base/ |
D | filename_util_icu.cc | 33 if (path.empty() || path.IsAbsolute() || path.EndsWithSeparator()) in IsSafePortableRelativePath()
|
D | filename_util.cc | 32 if (!path.IsAbsolute()) { in FilePathToFileURL()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | isolated_context.cc | 61 if (path.ReferencesParent() || !path.IsAbsolute()) in AddPath() 90 if (path.ReferencesParent() || !path.IsAbsolute()) in AddPathWithName() 231 if (path.ReferencesParent() || !path.IsAbsolute()) in RegisterFileSystemForPath()
|
/external/chromium_org/webkit/common/fileapi/ |
D | file_system_util.h | 62 static bool IsAbsolute(const base::FilePath::StringType& path);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_flash_file_message_filter.cc | 274 if (pepper_path.path().IsAbsolute() && in ValidateAndConvertPepperFilePath() 282 if (!plugin_data_directory_.empty() && !pepper_path.path().IsAbsolute() && in ValidateAndConvertPepperFilePath()
|
/external/chromium_org/chrome/browser/extensions/ |
D | sandboxed_unpacker.cc | 676 if (path.IsAbsolute() || path.ReferencesParent()) { in RewriteImageFiles() 717 if (path_suffix.IsAbsolute() || path_suffix.ReferencesParent()) { in RewriteImageFiles() 788 if (relative_path.IsAbsolute() || relative_path.ReferencesParent()) { in RewriteCatalogFiles()
|