Searched refs:abs_source (Results 1 – 2 of 2) sorted by relevance
25 abs_source = os.path.abspath('colon/file.c') variable27 test.read('colon/test.gyp').replace("'a:b.c'", repr(abs_source)))28 source_name = abs_source
119 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)