Home
last modified time | relevance | path

Searched refs:library_root_path (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/
Dnative_library_fuchsia.cc41 FilePath library_root_path = in LoadNativeLibraryWithOptions() local
45 if (!library_root_path.IsParent(library_path)) { in LoadNativeLibraryWithOptions()
48 library_root_path.value().c_str()); in LoadNativeLibraryWithOptions()
57 computed_path = library_root_path.Append(library_path); in LoadNativeLibraryWithOptions()