HomeSort by relevance Sort by last modified time
    Searched full:path_ref (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
service_process_util_mac.mm 373 FSRef path_ref;
374 if (base::mac::FSRefFromPath(path.value(), &path_ref)) {
375 if (FSCompareFSRefs(&path_ref, &executable_fsref_) == noErr) {
service_process_util_unittest.cc 479 FSRef path_ref; local
481 EXPECT_TRUE(base::mac::FSRefFromPath(src.value(), &path_ref));
482 OSStatus status = FSMoveObjectToTrashSync(&path_ref,

Completed in 3852 milliseconds