HomeSort by relevance Sort by last modified time
    Searched refs:AppendASCII (Results 1 - 25 of 26) sorted by null

1 2

  /external/libchrome/base/files/
file_path_watcher_unittest.cc 172 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest");
176 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest.lnk");
253 FilePath source_file(temp_dir_.GetPath().AppendASCII("source"));
339 FilePath dir(temp_dir_.GetPath().AppendASCII("dir"));
340 FilePath file(dir.AppendASCII("file"));
368 path = path.AppendASCII(dir);
372 FilePath file(path.AppendASCII("file"));
379 sub_path = sub_path.AppendASCII(*d);
398 FilePath dir(temp_dir_.GetPath().AppendASCII("dir"));
399 FilePath file(dir.AppendASCII("file"))
    [all...]
file_enumerator_unittest.cc 80 const FilePath file = path.AppendASCII("test.txt");
95 ASSERT_TRUE(CreateDummyFile(path.AppendASCII("test.txt")));
109 const FilePath file = path.AppendASCII("test.txt");
128 const FilePath foo_txt = path.AppendASCII("foo.txt");
129 const FilePath bar_txt = path.AppendASCII("bar.txt");
190 const FilePath subdir_foo = path.AppendASCII("foo");
191 const FilePath subdir_bar = path.AppendASCII("bar");
214 const FilePath file = path.AppendASCII("test.txt");
241 const FilePath foo_txt = path.AppendASCII("foo.txt");
242 const FilePath bar_txt = temp_subdir.GetPath().AppendASCII("bar.txt")
    [all...]
file_unittest.cc 24 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1");
98 file_path = temp_dir.GetPath().AppendASCII("create_file_2");
113 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1");
123 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file");
141 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1");
168 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file");
252 FilePath nonexistent_path(temp_dir.GetPath().AppendASCII("nonexistent"));
263 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file");
315 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file");
374 File file(temp_dir.GetPath().AppendASCII("touch_get_info_file")
    [all...]
important_file_writer_unittest.cc 121 file_ = temp_dir_.GetPath().AppendASCII("test-file");
185 ImportantFileWriter writer(FilePath().AppendASCII("bad/../path"),
339 FilePath invalid_file_ = FilePath().AppendASCII("bad/../non_existent/path");
file_path.h 322 FilePath AppendASCII(StringPiece component) const WARN_UNUSED_RESULT;
file_path_unittest.cc 321 // handle the case when AppendASCII is passed UTF8
327 observed_str = root.AppendASCII(ascii);
    [all...]
  /external/libchrome/base/test/metrics/
histogram_enum_reader.cc 92 base::FilePath enums_xml = src_root.AppendASCII("tools")
93 .AppendASCII("metrics")
94 .AppendASCII("histograms")
95 .AppendASCII("enums.xml");
  /external/libchrome/base/metrics/
persistent_histogram_storage.cc 56 FilePath storage_dir = storage_base_dir_.AppendASCII(allocator->Name());
89 .AppendASCII(StringPrintf("%04d%02d%02d%02d%02d%02d", exploded.year,
persistent_histogram_storage_unittest.cc 35 temp_dir_path().AppendASCII(kTestHistogramAllocatorName);
persistent_histogram_allocator_unittest.cc 163 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);
192 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);
persistent_memory_allocator_unittest.cc 727 FilePath file_path = temp_dir.GetPath().AppendASCII("persistent_memory");
787 FilePath file_path = temp_dir.GetPath().AppendASCII("extend_test");
853 FilePath file_path = temp_dir.GetPath().AppendASCII(filename);
904 file_path = temp_dir.GetPath().AppendASCII(filename);
    [all...]
persistent_histogram_allocator.cc 745 return dir.AppendASCII(name).AddExtension(
    [all...]
  /external/libchrome/mojo/public/cpp/base/
file_unittest.cc 19 temp_dir.GetPath().AppendASCII("test_file.txt"),
42 base::FilePath path = temp_dir.GetPath().AppendASCII("async_test_file.txt");
63 temp_dir.GetPath().AppendASCII("test_file.txt"),
  /external/libchrome/base/process/
memory_linux.cc 77 FilePath oom_file = oom_path.AppendASCII("oom_score_adj");
88 oom_file = oom_path.AppendASCII("oom_adj");
process_metrics_unittest.cc 535 File file(signal_dir.AppendASCII(signal_file),
542 File file(signal_dir.AppendASCII(signal_file),
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 152 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json"));
176 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json"));
408 original_file_path = original_file_path.AppendASCII("serializer_test.json");
436 temp_dir_.GetPath().AppendASCII("test_output.js");
452 original_file_path.AppendASCII("serializer_nested_test.json");
462 temp_dir_.GetPath().AppendASCII("test_output.json");
478 source_file_path.AppendASCII("serializer_test_nowhitespace.json");
json_reader_unittest.cc 551 path = path.AppendASCII("json");
555 ASSERT_TRUE(ReadFileToString(path.AppendASCII("bom_feff.json"), &input));
  /external/libchrome/mojo/core/test/
test_support_impl.cc 36 path = path.AppendASCII(component);
multiprocess_test_helper.cc 123 temp_dir.AppendASCII(base::NumberToString(base::RandUint64())).value();
  /external/libchrome/mojo/public/cpp/platform/
named_platform_channel_posix.cc 26 .AppendASCII(base::NumberToString(base::RandUint64()))
  /external/libchrome/base/memory/
shared_memory_posix.cc 374 *path = temp_dir.AppendASCII(name_base + mem_name);
  /external/libchrome/crypto/
nss_util.cc 81 dir = dir.AppendASCII(".pki").AppendASCII("nssdb");
272 base::FilePath nssdb_path = path.AppendASCII(".pki").AppendASCII("nssdb");
  /external/libchrome/mojo/public/cpp/platform/tests/
platform_handle_unittest.cc 105 base::File test_file(temp_dir_.GetPath().AppendASCII("test"),
  /external/libchrome/mojo/public/cpp/system/tests/
file_data_pipe_producer_unittest.cc 92 base::FilePath temp_file_path = temp_dir_.GetPath().AppendASCII(
  /external/libchrome/base/debug/
activity_tracker_unittest.cc 355 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);

Completed in 739 milliseconds

1 2