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

  /external/libchrome/base/files/
file_path_watcher_unittest.cc 167 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest");
171 return temp_dir_.GetPath().AppendASCII("FilePathWatcherTest.lnk");
245 FilePath source_file(temp_dir_.GetPath().AppendASCII("source"));
334 FilePath dir(temp_dir_.GetPath().AppendASCII("dir"));
335 FilePath file(dir.AppendASCII("file"));
363 path = path.AppendASCII(dir);
367 FilePath file(path.AppendASCII("file"));
374 sub_path = sub_path.AppendASCII(*d);
393 FilePath dir(temp_dir_.GetPath().AppendASCII("dir"));
394 FilePath file(dir.AppendASCII("file"))
    [all...]
file_unittest.cc 24 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1");
96 file_path = temp_dir.GetPath().AppendASCII("create_file_2");
111 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file");
129 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1");
156 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file");
228 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file");
276 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file");
328 File file(temp_dir.GetPath().AppendASCII("touch_get_info_file"),
392 temp_dir.GetPath().AppendASCII("read_at_current_position");
417 temp_dir.GetPath().AppendASCII("write_at_current_position")
    [all...]
important_file_writer_unittest.cc 113 file_ = temp_dir_.GetPath().AppendASCII("test-file");
177 ImportantFileWriter writer(FilePath().AppendASCII("bad/../path"),
file_path.h 323 FilePath AppendASCII(StringPiece component) const WARN_UNUSED_RESULT;
file_path_unittest.cc 318 // handle the case when AppendASCII is passed UTF8
324 observed_str = root.AppendASCII(ascii);
    [all...]
file_path.cc 527 FilePath FilePath::AppendASCII(StringPiece component) const {
    [all...]
  /external/libmojo/base/android/
content_uri_utils_unittest.cc 18 data_dir = data_dir.AppendASCII("file_util");
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 154 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json"));
178 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json"));
412 original_file_path = original_file_path.AppendASCII("serializer_test.json");
440 temp_dir_.GetPath().AppendASCII("test_output.js");
456 original_file_path.AppendASCII("serializer_nested_test.json");
466 temp_dir_.GetPath().AppendASCII("test_output.json");
482 source_file_path.AppendASCII("serializer_test_nowhitespace.json");
json_reader_unittest.cc 577 path = path.AppendASCII("json");
581 ASSERT_TRUE(ReadFileToString(path.AppendASCII("bom_feff.json"), &input));
  /external/libchrome/base/process/
memory_linux.cc 171 FilePath oom_file = oom_path.AppendASCII("oom_score_adj");
182 oom_file = oom_path.AppendASCII("oom_adj");
process_metrics_unittest.cc 515 File file(signal_dir.AppendASCII(signal_file),
522 File file(signal_dir.AppendASCII(signal_file),
  /external/libmojo/mojo/edk/js/
mojo_runner_delegate.cc 31 search_paths[1] = search_paths[1].AppendASCII("gen");
  /external/libmojo/mojo/edk/test/
test_support_impl.cc 36 path = path.AppendASCII(component);
multiprocess_test_helper.cc 111 temp_dir.AppendASCII(GenerateRandomToken()).value());
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 673 FilePath file_path = temp_dir.GetPath().AppendASCII("persistent_memory");
733 FilePath file_path = temp_dir.GetPath().AppendASCII("extend_test");
799 FilePath file_path = temp_dir.GetPath().AppendASCII(filename);
850 file_path = temp_dir.GetPath().AppendASCII(filename);
persistent_histogram_allocator_unittest.cc 133 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);
persistent_histogram_allocator.cc 776 *out_base_path = dir.AppendASCII(name).AddExtension(
781 dir.AppendASCII(name.as_string() + std::string("-active"))
    [all...]
  /external/libchrome/crypto/
nss_util.cc 92 dir = dir.AppendASCII(".pki").AppendASCII("nssdb");
318 base::FilePath nssdb_path = path.AppendASCII(".pki").AppendASCII("nssdb");
    [all...]
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 381 temp_dir.GetPath().AppendASCII("test_file.txt"),
409 temp_dir.GetPath().AppendASCII("test_file.txt"),
  /external/libchrome/base/memory/
shared_memory_posix.cc 357 *path = temp_dir.AppendASCII(name_base + ".shmem." + mem_name);
  /external/libchrome/base/debug/
activity_tracker_unittest.cc 279 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name);
  /external/libmojo/mojo/edk/embedder/
embedder_unittest.cc 571 temp_dir.AppendASCII(GenerateRandomToken()).value());

Completed in 511 milliseconds