OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/
service_process_util_unittest.cc
305
void
MoveFunc
(const base::FilePath& from, const base::FilePath& to) {
378
base::Bind(&
MoveFunc
, bundle_path(), new_loc));
388
base::Bind(&
MoveFunc
, executable_path(), new_loc));
/external/chromium/chrome/common/
service_process_util_unittest.cc
457
void
MoveFunc
(const FilePath& from, const FilePath& to) {
510
NewRunnableFunction(&
MoveFunc
, bundle_path(), new_loc));
520
NewRunnableFunction(&
MoveFunc
, executable_path(), new_loc));
Completed in 198 milliseconds