HomeSort by relevance Sort by last modified time
    Searched refs:FILE_PATH_LITERAL (Results 1 - 22 of 22) sorted by null

  /external/libchrome/base/files/
file_path_constants.cc 13 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("\\/");
15 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("/");
20 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL(".");
21 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL("..");
23 const FilePath::CharType FilePath::kExtensionSeparator = FILE_PATH_LITERAL('.');
file_enumerator.cc 16 return basename == FILE_PATH_LITERAL(".") ||
17 (basename == FILE_PATH_LITERAL("..") &&
scoped_temp_dir.cc 26 if (!base::CreateNewTempDirectory(FILE_PATH_LITERAL("scoped_dir"), &path_))
42 FILE_PATH_LITERAL("scoped_dir_"),
scoped_temp_dir_unittest.cc 17 base::CreateNewTempDirectory(FILE_PATH_LITERAL("scoped_temp_dir"),
68 ASSERT_TRUE(base::CreateNewTempDirectory(FILE_PATH_LITERAL("base_dir"),
102 base::File file(dir.GetPath().Append(FILE_PATH_LITERAL("temp")),
file_path.h 52 // FILE_PATH_LITERAL macro is provided, which accounts for the difference
60 // FILE_PATH_LITERAL. At runtime, a FilePath object can be created from the
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
466 #define FILE_PATH_LITERAL(x) x
469 #define FILE_PATH_LITERAL(x) L ## x
file_path_unittest.cc 21 #define FPL(x) FILE_PATH_LITERAL(x)
507 observed.append(FILE_PATH_LITERAL("|"), 1);
708 FilePath base_dir(FILE_PATH_LITERAL("base_dir"));
710 FilePath jpg = base_dir.Append(FILE_PATH_LITERAL("foo.jpg"));
711 EXPECT_EQ(FILE_PATH_LITERAL(".jpg"), jpg.Extension());
712 EXPECT_EQ(FILE_PATH_LITERAL(".jpg"), jpg.FinalExtension());
715 EXPECT_EQ(FILE_PATH_LITERAL("foo"), base.value());
721 EXPECT_EQ(FILE_PATH_LITERAL(""), path_no_ext.Extension());
722 EXPECT_EQ(FILE_PATH_LITERAL(""), path_no_ext.FinalExtension());
    [all...]
file_path_watcher_linux.cc 302 FilePath::StringType child(event->len ? event->name : FILE_PATH_LITERAL(""));
474 FilePath path(FILE_PATH_LITERAL("/"));
file_unittest.cc 502 temp_dir.GetPath().Append(FILE_PATH_LITERAL("gpfi_test"));
file_util_posix.cc 627 mkdtemp_template.append(FILE_PATH_LITERAL("XXXXXX"));
file_path.cc 40 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0');
582 if (component.find_first_not_of(FILE_PATH_LITERAL(". \n\r\t")) ==
    [all...]
  /external/libchrome/base/
command_line_unittest.cc 24 FILE_PATH_LITERAL("q\\\"bs1\\bs2\\\\bs3q\\\\\\\"");
28 FILE_PATH_LITERAL("q\"bs1\\bs2\\\\bs3q\\\"");
32 FILE_PATH_LITERAL("program"),
33 FILE_PATH_LITERAL("--foo="),
34 FILE_PATH_LITERAL("-bAr"),
35 FILE_PATH_LITERAL("-spaetzel=pierogi"),
36 FILE_PATH_LITERAL("-baz"),
37 FILE_PATH_LITERAL("flim"),
38 FILE_PATH_LITERAL("--other-switches=--dog=canine --cat=feline"),
39 FILE_PATH_LITERAL("-spaetzle=Crepe")
    [all...]
command_line.cc 30 const CommandLine::CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
31 const CommandLine::CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
418 CommandLineTokenizer tokenizer(wrapper, FILE_PATH_LITERAL(" "));
419 tokenizer.set_quote_chars(FILE_PATH_LITERAL("'\""));
455 string.append(StringType(FILE_PATH_LITERAL(" ")));
472 params.append(StringType(FILE_PATH_LITERAL(" ")));
  /external/libmojo/base/
base_paths.cc 36 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base"));
37 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test"));
38 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data"));
  /external/libchrome/base/threading/
platform_thread_linux.cc 33 FILE_PATH_LITERAL("/sys/fs/cgroup");
41 return cgroup_filepath.Append(FILE_PATH_LITERAL("non-urgent"));
44 return cgroup_filepath.Append(FILE_PATH_LITERAL("urgent"));
52 FilePath tasks_filepath = cgroup_directory.Append(FILE_PATH_LITERAL("tasks"));
65 cgroup_filepath.Append(FILE_PATH_LITERAL("chrome")), priority);
78 thread_id, cgroup_filepath.Append(FILE_PATH_LITERAL("cpuset")), priority);
80 thread_id, cgroup_filepath.Append(FILE_PATH_LITERAL("schedtune")),
  /external/libmojo/base/android/
content_uri_utils_unittest.cc 20 FilePath image_file = data_dir.Append(FILE_PATH_LITERAL("red.png"));
  /external/autotest/client/site_tests/security_Libcontainer/src/
libcontainer_target_unittest.cc 70 temp_dir_.path(), FILE_PATH_LITERAL("rootfs"), &rootfs));
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 208 base::FilePath dir(FILE_PATH_LITERAL("hello"));
209 base::FilePath file = dir.Append(FILE_PATH_LITERAL("world"));
  /external/libchrome/base/debug/
activity_tracker.cc     [all...]
activity_tracker_unittest.cc 413 global->RecordProcessLaunch(other_process_id, FILE_PATH_LITERAL("foo --bar"));
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 145 FILE_PATH_LITERAL(".pma");
    [all...]
field_trial_unittest.cc     [all...]
  /external/libchrome/crypto/
nss_util.cc 69 FILE_PATH_LITERAL("/etc/fake_root_ca/nssdb");
    [all...]

Completed in 317 milliseconds