HomeSort by relevance Sort by last modified time
    Searched refs:file_prefix (Results 1 - 3 of 3) sorted by null

  /external/v8/test/message/
testcfg.py 117 file_prefix = join(self.root, reduce(join, test[1:], ""))
118 file_path = file_prefix + ".js"
119 output_path = file_prefix + ".out"
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 144 file_prefix = 'file:'
152 # is_file = redirect_file.startswith(file_prefix)
157 if redirect_file.startswith(file_prefix):
158 bare_file = redirect_file[len(file_prefix)]
163 redirect_file = file_prefix + os.path.abspath(bare_file)
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 661 const char* file_prefix = "file_"; local
676 buffer << test_dir_name << '/' << file_prefix << i;

Completed in 69 milliseconds