Searched refs:RemovePrefix (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | metadata_db_migration_util.cc | 25 std::string RemovePrefix(const std::string& str, const std::string& prefix) { in RemovePrefix() function 91 return RemovePrefix(resource_id, kWapiFileIdPrefix); in RemoveWapiIdPrefix() 93 return RemovePrefix(resource_id, kWapiFolderIdPrefix); in RemoveWapiIdPrefix() 149 std::string serialized_url(RemovePrefix(key, kDriveMetadataKeyPrefix)); in MigrateDatabaseFromV0ToV1()
|
D | metadata_database.cc | 58 std::string RemovePrefix(const std::string& str, const std::string& prefix) { in RemovePrefix() function 288 std::string file_id = RemovePrefix(key, kFileMetadataKeyPrefix); in ReadDatabaseContents() 303 if (!base::StringToInt64(RemovePrefix(key, kFileTrackerKeyPrefix), in ReadDatabaseContents()
|
/external/chromium_org/google_apis/drive/ |
D | test_util.cc | 28 bool RemovePrefix(const std::string& input, in RemovePrefix() function 119 if (!RemovePrefix(absolute_url.path(), "/files/", &remaining_path)) in HandleDownloadFileRequest() 134 if (!RemovePrefix(value, "bytes ", &remaining)) in ParseContentRangeHeader()
|
D | test_util.h | 52 bool RemovePrefix(const std::string& input,
|
D | gdata_wapi_requests_unittest.cc | 104 if (!test_util::RemovePrefix(absolute_url.path(), in HandleResourceFeedRequest() 311 if (!test_util::RemovePrefix(absolute_url.path(), in HandleDownloadRequest()
|
D | drive_api_requests_unittest.cc | 358 if (!test_util::RemovePrefix(absolute_url.path(), in HandleDownloadRequest()
|
/external/chromium_org/tools/gn/ |
D | string_utils.h | 42 std::string RemovePrefix(const std::string& str, const std::string& prefix);
|
D | ninja_script_target_writer.cc | 48 RemovePrefix(outputs[i].value(), in Run() 209 RemovePrefix(target_->script_values().depfile().value(), in GetDepfileTemplate()
|
D | ninja_target_writer.cc | 118 RemovePrefix(outputs[i].value(), in GetOutputTemplate()
|
D | string_utils.cc | 166 std::string RemovePrefix(const std::string& str, const std::string& prefix) { in RemovePrefix() function
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
D | drive_metadata_store.cc | 80 std::string RemovePrefix(const std::string& str, const std::string& prefix) { in RemovePrefix() function 99 std::string key_body(RemovePrefix(metadata_key, kDriveMetadataKeyPrefix)); in MetadataKeyToOriginAndPath() 237 GURL origin(RemovePrefix(key, kDriveIncrementalSyncOriginKeyPrefix)); in ReadContents() 250 GURL origin(RemovePrefix(key, kDriveDisabledOriginKeyPrefix)); in ReadContents()
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | cmake.py | 73 def RemovePrefix(a, prefix): function 771 default_product_name = RemovePrefix(default_product_name, 778 default_product_name = RemovePrefix(default_product_name,
|