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

  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 20 // Given a |url| and a |base_path|, returns a FilePath which represents this
22 static FilePath Encode(const std::string& url, FilePath base_path) {
28 FilePath filename(base_path);
  /external/chromium/net/tools/flip_server/
url_to_filename_encoder.h 16 // Given a |url| and a |base_path|, returns a string which represents this
18 static std::string Encode(const std::string& url, std::string base_path) {
24 std::string filename(base_path);
  /development/scripts/
divide_and_compress.py 135 self.base_path = base_dir
151 os.path.walk(self.base_path, self.CompressDirectory, 1)
303 self.base_path, archive_obj.infolist()[0].filename))
335 archive.write(filepath, filepath[len(self.base_path):])
  /external/webkit/WebKitTools/CodeCoverage/
regenerate-coverage-display 66 (base_path, name) = os.path.split(__file__)
67 base_path = os.path.abspath(base_path)
69 shutil.copyfile(os.path.join(base_path,css), os.path.join(dest_dir,css))
70 map(lambda x: shutil.copyfile(os.path.join(base_path,x), os.path.join(dest_dir,x)), images)
run-generate-coverage-data 85 def collect_cov(base_path,targets):
150 for root, dirs, files in os.walk(base_path):
  /external/bluetooth/bluez/src/
manager.c 53 static char base_path[50] = "/org/bluez"; variable
61 return base_path;
237 snprintf(base_path, sizeof(base_path), "/org/bluez/%d", getpid());
adapter.c 2786 const char *base_path = manager_get_base_path(); local
    [all...]
  /external/qemu/
block.c 87 path to it by considering it is relative to base_path. URL are
90 const char *base_path,
101 p = strchr(base_path, ':');
105 p = base_path;
106 p1 = strrchr(base_path, '/');
110 p2 = strrchr(base_path, '\\');
118 p1 = base_path;
121 len = p - base_path;
124 memcpy(dest, base_path, len);
    [all...]
block.h 160 const char *base_path,

Completed in 259 milliseconds