Searched refs:fix_path (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tools/ |
D | rewrite_includes.py | 44 def fix_path(p): function 51 if not any(snippet in fix_path(path) for snippet in blacklist): 95 header = fix_path(os.path.relpath(headers[os.path.basename(parts[1])], '.'))
|
/third_party/skia/tools/ |
D | rewrite_includes.py | 49 def fix_path(p): function 56 if not any(snippet in fix_path(path) for snippet in ignorelist): 102 header = fix_path(os.path.relpath(headers[os.path.basename(parts[1])], '.'))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | ninja.py | 514 def fix_path(path, rel=None): function 523 vars = [(name, fix_path(value, outdir)) for name, value in vars] 524 output = [fix_path(p) for p in output]
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | ninja.py | 567 def fix_path(path, rel=None): function 576 vars = [(name, fix_path(value, outdir)) for name, value in vars] 577 output = [fix_path(p) for p in output]
|