OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLink
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
dragged_file_util.cc
84
if (base::
IsLink
(url.path()) && !base::FilePath().IsParent(url.path())) {
local_file_util.cc
54
while (!next.empty() && base::
IsLink
(next))
91
if (base::
IsLink
(file_path))
135
if (base::
IsLink
(file_path))
obfuscated_file_util.cc
[
all
...]
/external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc
98
base::
IsLink
(subkey_path)) {
122
if (!base::
IsLink
(path) &&
/external/chromium_org/base/
file_util.h
292
BASE_EXPORT bool
IsLink
(const FilePath& file_path);
file_util_win.cc
504
bool
IsLink
(const FilePath& file_path) {
file_util_posix.cc
644
bool
IsLink
(const FilePath& file_path) {
file_util_unittest.cc
697
EXPECT_TRUE(
IsLink
(file_link));
704
EXPECT_FALSE(
IsLink
(file_link));
[
all
...]
/external/chromium_org/base/files/
file_path_watcher_linux.cc
449
base::
IsLink
(path)) {
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc
253
base::
IsLink
(local_path) ||
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc
69
if (base::PathExists(path) && base::
IsLink
(path))
/external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc
500
if (base::
IsLink
(file_path))
555
if (base::
IsLink
(enum_path))
/external/chromium_org/chrome/browser/chromeos/extensions/
external_cache.cc
312
if (info.IsDirectory() || base::
IsLink
(info.GetName())) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
83
const bool is_symbolic_link = base::
IsLink
(info.GetName());
[
all
...]
Completed in 290 milliseconds