Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/escaping/
Dgyptest-colon.py25 abs_source = os.path.abspath('colon/file.c') variable
27 test.read('colon/test.gyp').replace("'a:b.c'", repr(abs_source)))
28 source_name = abs_source
/external/chromium_org/build/android/gyp/
Demma_instr.py119 abs_source = os.path.abspath(s)
120 if abs_source[:len(src_root)] != src_root:
122 % (abs_source, src_root))
124 rel_source = os.path.relpath(abs_source, src_root)