OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_ref
(Results
1 - 4
of
4
) 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
,
/external/chromium_org/chrome/common/
service_process_util_unittest.cc
327
FSRef
path_ref
;
local
329
EXPECT_TRUE(base::mac::FSRefFromPath(src.value(), &
path_ref
));
330
OSStatus status = FSMoveObjectToTrashSync(&
path_ref
,
service_process_util_mac.mm
383
FSRef
path_ref
;
384
if (base::mac::FSRefFromPath(path.value(), &
path_ref
)) {
385
if (FSCompareFSRefs(&
path_ref
, &executable_fsref_) == noErr) {
Completed in 246 milliseconds