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

  /external/chromium/chrome/common/extensions/
extension_resource_unittest.cc 76 FilePath resolved_path = resource.GetFilePath(); local
84 EXPECT_EQ(ToLower(expected_path.value()), ToLower(resolved_path.value()));
  /external/qemu/
qemu-common.h 108 static inline char *realpath(const char *path, char *resolved_path)
110 _fullpath(resolved_path, path, _MAX_PATH);
111 return resolved_path;

Completed in 475 milliseconds