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

  /bionic/tests/
dlfcn_symlink_support.cpp 58 std::string source_file_path; local
61 ASSERT_TRUE(dl_iterate_phdr(dl_callback, &source_file_path) == 1)
66 std::copy(source_file_path.begin(), source_file_path.end(), std::back_inserter(buf));
72 ASSERT_TRUE(symlink(source_file_path.c_str(), link_path.c_str()) == 0) << strerror(errno);
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 486 base::FilePath source_file_path; local
487 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &source_file_path));
488 source_file_path = source_file_path.Append(
490 ASSERT_TRUE(PathExists(source_file_path));
491 JSONFileValueDeserializer deserializer(source_file_path);

Completed in 139 milliseconds