get_lock_file_path  348 builtin/commit.c 		setenv(INDEX_ENVIRONMENT, get_lock_file_path(&index_lock), 1);
get_lock_file_path  359 builtin/commit.c 		read_cache_from(get_lock_file_path(&index_lock));
get_lock_file_path  369 builtin/commit.c 		return get_lock_file_path(&index_lock);
get_lock_file_path  392 builtin/commit.c 		return get_lock_file_path(&index_lock);
get_lock_file_path  477 builtin/commit.c 	ret = get_lock_file_path(&false_lock);
get_lock_file_path 2089 config.c       		if (chmod(get_lock_file_path(lock), st.st_mode & 07777) < 0) {
get_lock_file_path 2091 config.c       			      get_lock_file_path(lock), strerror(errno));
get_lock_file_path 2176 config.c       	ret = write_error(get_lock_file_path(lock));
get_lock_file_path 2277 config.c       	if (chmod(get_lock_file_path(lock), st.st_mode & 07777) < 0) {
get_lock_file_path 2279 config.c       			    get_lock_file_path(lock), strerror(errno));
get_lock_file_path 2300 config.c       					ret = write_error(get_lock_file_path(lock));
get_lock_file_path 2326 config.c       			ret = write_error(get_lock_file_path(lock));
get_lock_file_path 3426 refs.c         			    "Couldn't write %s", get_lock_file_path(lock->lk));
get_lock_file_path 4613 refs.c         			      get_lock_file_path(&reflog_lock), strerror(errno));
get_lock_file_path 4643 refs.c         					get_lock_file_path(lock->lk));
get_lock_file_path  249 shallow.c      				  get_lock_file_path(shallow_lock));
get_lock_file_path  250 shallow.c      		*alternate_shallow_file = get_lock_file_path(shallow_lock);
get_lock_file_path  296 shallow.c      				  get_lock_file_path(&shallow_lock));