Searched refs:resolve_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/gyp/test/make_global_settings/ar/
H A Dgyptest-make_global_settings_ar.py15 def resolve_path(test, path): function
28 ar_expected = resolve_path(test, ar)
54 ar_expected = resolve_path(test, ar)
/external/chromium_org/tools/gyp/test/make_global_settings/ld/
H A Dgyptest-make_global_settings_ld.py15 def resolve_path(test, path): function
28 ld_expected = resolve_path(test, ld)
54 ld_expected = resolve_path(test, ld)
/external/lldb/include/lldb/Host/
H A DFileSpec.h66 /// @param[in] resolve_path
72 explicit FileSpec (const char *path, bool resolve_path);
557 /// @param[in] resolve_path
562 SetFile (const char *path, bool resolve_path);
575 /// resolve_path" parameter, you can set the value manually using
/external/lldb/source/Host/common/
H A DFileSpec.cpp232 FileSpec::FileSpec(const char *pathname, bool resolve_path) : argument
238 SetFile(pathname, resolve_path);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1047 const bool resolve_path = false; local
1048 image_infos[i].file_spec.SetFile(raw_path, resolve_path);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3752 const bool resolve_path = false; // Don't resolve the dependend file paths since they may not reside on this system
3776 FileSpec file_spec(path, resolve_path);

Completed in 3601 milliseconds