Lines Matching refs:appPath_
293 [appPath_ release];
336 appPath_ = [appPath retain];
437 if (!productID_ || !appPath_ || !url_ || !version_)
461 return [[appPath_ stringByAppendingPathComponent:@"Contents"]
482 appPath_, KSRegistrationExistenceCheckerStringKey,
698 const char* appPathC = [appPath_ fileSystemRepresentation];
726 return ![fileManager isWritableFileAtPath:appPath_] ||
743 return [appPath_ hasPrefix:@"/Applications/"];
907 const char* appPathC = [appPath_ fileSystemRepresentation];
937 if (appPath != appPath_) {
938 [appPath_ release];
939 appPath_ = [appPath copy];