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

  /ndk/sources/host-tools/make-3.81/
file.c 79 struct file file_key; local
125 file_key.hname = name;
126 f = (struct file *) hash_find_item (&files, &file_key);
140 struct file file_key; local
167 file_key.hname = name;
168 file_slot = (struct file **) hash_find_slot (&files, &file_key);
223 struct file file_key;
229 file_key.hname = to_hname;
230 if (0 == file_hash_cmp (from_file, &file_key))
233 file_key.hname = from_file->hname
222 struct file file_key; local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 564 uint64_t file_key = STRTOULL(file_id.c_str(), NULL, 10); local
565 if (quota_map_.find(file_key) == quota_map_.end()) {
570 quota_data = quota_map_[file_key];
611 uint64_t file_key = STRTOULL(file_id.c_str(), NULL, 10); local
613 quota_map_[file_key] = data;
621 uint64_t file_key = STRTOULL(file_id.c_str(), NULL, 10); local
623 quota_map_[file_key] = data;
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 491 std::string file_key = GetFileLookupKey(file_id); local
494 db_->Get(leveldb::ReadOptions(), file_key, &file_data_string);

Completed in 65 milliseconds