HomeSort by relevance Sort by last modified time
    Searched defs:source_file_path (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 329 FilePath source_file_path; local
330 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &source_file_path));
331 source_file_path = source_file_path.Append(
333 ASSERT_TRUE(file_util::PathExists(source_file_path));
334 JSONFileValueSerializer serializer(source_file_path);
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 458 base::FilePath source_file_path; local
459 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &source_file_path));
460 source_file_path = source_file_path.Append(
462 ASSERT_TRUE(PathExists(source_file_path));
463 JSONFileValueSerializer serializer(source_file_path);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_browsertest.cc 218 base::FilePath source_file_path = local
221 ASSERT_TRUE(file_util::ReadFileToString(source_file_path, &content_data));

Completed in 185 milliseconds