Home
last modified time | relevance | path

Searched refs:RemovePrefix (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dmetadata_db_migration_util.cc25 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()
Dmetadata_database.cc58 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/
Dtest_util.cc28 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()
Dtest_util.h52 bool RemovePrefix(const std::string& input,
Dgdata_wapi_requests_unittest.cc104 if (!test_util::RemovePrefix(absolute_url.path(), in HandleResourceFeedRequest()
311 if (!test_util::RemovePrefix(absolute_url.path(), in HandleDownloadRequest()
Ddrive_api_requests_unittest.cc358 if (!test_util::RemovePrefix(absolute_url.path(), in HandleDownloadRequest()
/external/chromium_org/tools/gn/
Dstring_utils.h42 std::string RemovePrefix(const std::string& str, const std::string& prefix);
Dninja_script_target_writer.cc48 RemovePrefix(outputs[i].value(), in Run()
209 RemovePrefix(target_->script_values().depfile().value(), in GetDepfileTemplate()
Dninja_target_writer.cc118 RemovePrefix(outputs[i].value(), in GetOutputTemplate()
Dstring_utils.cc166 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/
Ddrive_metadata_store.cc80 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/
Dcmake.py73 def RemovePrefix(a, prefix): function
771 default_product_name = RemovePrefix(default_product_name,
778 default_product_name = RemovePrefix(default_product_name,