Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dgyp_helper.cc77 if (file.is_system_absolute()) in GetFileReference()
92 if (dir.is_system_absolute()) { in GetDirReference()
Dfunction_rebase_path.cc123 if (from_dir.is_system_absolute() || to_dir.is_system_absolute()) { in ConvertOnePath()
Dsource_file.h47 bool is_system_absolute() const { in is_system_absolute() function
Dsource_file.cc49 if (is_system_absolute()) { in Resolve()
Dsource_dir.h65 bool is_system_absolute() const { in is_system_absolute() function
Dvalue_extractors.cc28 if (out->is_system_absolute()) { in operator ()()
Dsource_dir.cc126 if (is_system_absolute()) { in Resolve()
Dcommand_desc.cc29 if (dir.is_system_absolute()) { in FormatSourceDir()